Change Timer PWM Output Pulse On the Fly
Posted on January 28, 2015 at 21:29Hi, I have figured out how to change the period of the Timer 3 on the fly by using TIM3->CNT = someNewValue; and it works good. However, the duty cycle requires updating as well, set up originally as PWM pulse (TI...