Resolved! STM32F407 Timer does not work
Hi I am trying to initialize TIM2 to get a PWM outpt from PA15 of my STM32F407 development board. Here is my TIM init function:void TIMConfig (void) { /*************>>>>>>> STEPS FOLLOWED <<<<<<<<************ 1. Enable the TIM2 clock 2. Set clock ...