Search found 33 matches

by MasterT
Fri Aug 11, 2023 12:37 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: nucleo-H743zi--1 board support files variants-folder
Replies: 3
Views: 4615

Re: nucleo-H743zi--1 board support files variants-folder

Oppps, checked yersterday and didn't notice

Code: Select all

#ifdef ARDUINO_NUCLEO_H743ZI2
....
#else /* ARDUINO_NUCLEO_H743ZI */
So, the same pack of files now.
Thanks.
by MasterT
Fri Aug 11, 2023 5:12 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: nucleo-H743zi--1 board support files variants-folder
Replies: 3
Views: 4615

nucleo-H743zi--1 board support files variants-folder

I still have one nucleo-H743zi-1 in my stock, and to my surprise I can't find any reference in the Variants. Awhile ago it was like two folders for zi-1 & zi-2 , is there a chance to find some old backup? I can probably make it running based on zi-2 with mod in clock section and using only HAL, ...
by MasterT
Tue Aug 08, 2023 4:48 pm
Forum: General discussion
Topic: How? help...
Replies: 4
Views: 983

Re: How? help...

Have you visited adafruit web-site?
by MasterT
Sat Sep 24, 2022 9:56 pm
Forum: General discussion
Topic: Oversampling not working correctly
Replies: 13
Views: 3312

Re: Oversampling not working correctly

My undersatnding, you can do both -> Scan 7 channels and Oversampling. Try w/o scan. I have oversampling x256 working on my G474re
by MasterT
Sun Sep 04, 2022 6:58 pm
Forum: IDE's
Topic: Nucleo board F446 with ILI9341 8bit parallel TFTI
Replies: 7
Views: 8148

Re: Nucleo board F446 with ILI9341 8bit parallel TFTI

Try mcuFriend_kbv
by MasterT
Sat Jun 11, 2022 11:03 pm
Forum: General discussion
Topic: timer source from other timer ?
Replies: 16
Views: 4094

Re: timer source from other timer ?

Here is an example for stm32G474re , TIM5 master to clock TIM 2&3 static void TIM5_Config(void) { TIM_HandleTypeDef htim5; TIM_ClockConfigTypeDef sClockSourceConfig = {0}; TIM_MasterConfigTypeDef sMasterConfig = {0}; TIM_OC_InitTypeDef sConfigOC = {0}; __HAL_RCC_TIM5_CLK_ENABLE(); htim5.Instance...
by MasterT
Sat May 21, 2022 12:12 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: Nucleo STM32H7: Setting VRefBuf
Replies: 4
Views: 3326

Re: Nucleo STM32H7: Setting VRefBuf

Something like: __HAL_RCC_VREF_CLK_ENABLE(); HAL_SYSCFG_VREFBUF_HighImpedanceConfig(SYSCFG_VREFBUF_HIGH_IMPEDANCE_DISABLE); HAL_SYSCFG_EnableVREFBUF(); More options in stm32h7xx_hal.h #define SYSCFG_VREFBUF_HIGH_IMPEDANCE_DISABLE ((uint32_t)0x00000000) /*!< VREF_plus pin is internally connected to V...
by MasterT
Tue Oct 26, 2021 4:03 am
Forum: IDE's
Topic: Upload code issue on Linux-Ubuntu
Replies: 13
Views: 17511

Re: Upload code issue on Linux-Ubuntu

Hibernating PCs are like bears, waking one can have undesired consequences. Very nice metaphor :D About udev rules, you have to copy them manually as stated in the UM of the STM32CubeProgrammer: STM32CP_udev.png Thank you very much. Was able to upload w/o re-logging to OS. -------------------------...
by MasterT
Sun Oct 24, 2021 6:15 pm
Forum: IDE's
Topic: Upload code issue on Linux-Ubuntu
Replies: 13
Views: 17511

Re: Upload code issue on Linux-Ubuntu

The Nucleo has an ST-link built-in, try to program with that instead of mass storage mode. on the command line that is. Chances are that it would work. A trouble is it isn't easy for the kernel to keep state across hibernate for mass storage, often the state data is incorrect. i.e. folders that is ...
by MasterT
Sun Oct 24, 2021 6:08 pm
Forum: IDE's
Topic: Upload code issue on Linux-Ubuntu
Replies: 13
Views: 17511

Re: Upload code issue on Linux-Ubuntu

I mean "click" sound - is system wide associated audio signal , acknowledge indicator from OS about "enumeration" USB successful. Similar to power cord connection - OS beeps to confirm its get a power and switching charging battery mode.

Go to advanced search