The PWM pins are driven to a high-impedance state when the PDPINTx pin is driven low
so i'm wandering that when the pwm pins are in high-impedance status , how can i make the pwm pins into normal status, only restart? thank you
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Normally, if you have an active PDPINT-pin you would request an interrupt service in parallel with the high-impedance state of the PWMs. You can then use the interrupt function to find out what happened and then to carefully try to re-initialize the output enable pins of the PWM-registers - or to keep the PWM's OFF because of a serious error.
Hope this helps.
Regards