2017-11-22 12:10 PM
2017-11-22 12:49 PM
Hi, when you enable the output, the output forced to complementary. If you want all out put to be low, you must disable output.
2017-11-22 01:56 PM
Hello
by disable the output you mean
TIM_CtrlPWMOutputs(TIM1, DISABLE); ?
So from my understanding as long as the timer is enabled, there is no way to fully disable the state of the pins?
2017-11-22 02:39 PM
Yes. By disabling the outputs, they will go to idle sate.
When the pin configes as AF mode, just internal periphiral handles the pin state.