what will be the output of PWM if I stop the timer ?
Posted on June 06, 2012 at 19:56hello 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 c...