Why Does Timer Pin Stay High After Disable?
Posted on January 30, 2015 at 00:19I'm setting up a PWM1 timer output on PC6. It configures and operates OK. However, at the end of the duration I run it for, I disable it, either by direct register, or the function call: TIM_Cmd(TIM3, DISABLE); ...