Resolved! Cannot start to count up TIM3 in PWM generation mode
I use STM32MP151CAA3 mounted on my own board.I want to start to count up TIM3 in PWM generation mode in Cortex-M4.I have written following code, However, TIM3 doesn't start to count up (After Line 56, TIM3_CNT value doesn't change at all).In this c...