Problem enabling timer in STM32F103
Posted on July 17, 2015 at 12:50Hi all, I am using a STM32F103 MCU and I wanted to enable TIM2 timer and then perform some operations upon signals received by the timer, first by polling and then using interrupts. I have setup my timer i.e. TIM2 as ...