Is there any difference in configuring TIM1 for PWM than TIM4?
Posted on January 22, 2017 at 22:58 Hi! I am using STM32F407 board. I have configured timer 4 for PWM with following code and connected LED to the configured pin. It is working as expected. I used following code: TIM_TimeBaseInitTypeDef T...