STM32F103 timer compare match interrupt while downcounting
Posted on November 05, 2014 at 11:58Hi,Consider this situation:TimerX is counting down from 1000 to 0 and it will up-count from 0 to 1000 afterwards (center aligned PWM).If I set a CC to something like 200, and enabled CC interrupt, the interrupt wo...