2022-05-28 02:36 PM
I am trying to configure PWMs on the user leds uisng the nucleo-f4329zi board (default preconfigured project) and the visual configuration of the STM32CubeIDE, but for some reason some PWM are not working.
My setup for all all PWM (aside from default values):
I tried the following PWMs:
I was wondering why this is happening, but I have not managed to figure it out yet. Any thoughts?
Thanks.
2022-05-29 01:06 AM
TIM1 and TIM8 are Advanced timers, you need to set BDTR.MOE for them to enable outputs.
TIM3_CH3 on PB0 - I don't know, check connections/jumpers/solder bridges on the board, and if it still does not work, read out and check/post content of TIM and relevant GPIO registers.
JW