Stop PWM output after N steps
Posted on August 27, 2012 at 20:01Is there a way to tell a TIMer on STM32 chips to do some number of steps and automatically stop after finished (and give an interrupt)? I can do it now with a counter in the ISR but a few pulses slip out before I c...