2012-06-06 10:56 AM
hello forum ,
if I stop the timer --> TIM_Cmd(TIM5, DISABLE); do some job and restart the timer --> TIM_Cmd(TIM5, ENABLE); 1)does the PWM output change in between ? 2)does the counter start from zero or from the counter value left at the time of stop ( when I restart the timer) 3)what happens to PWM output when I restart the timer ?