Hello,
How to set the complementary PWM both low without DisableIRQ of PWM?
When set Duty to be 319(250kHz), the lower FET is always turned-on, how to close both up and low FET?

Thanks!
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.
Hello,
How to set the complementary PWM both low without DisableIRQ of PWM?
When set Duty to be 319(250kHz), the lower FET is always turned-on, how to close both up and low FET?

Thanks!
Hi Sal,
I used DL_Timer_overrideCCPOut to pull all the 2 complementary pwm output low.
DL_Timer_overrideCCPOut(PWM_1_INST, DL_TIMER_FORCE_OUT_LOW,DL_TIMER_FORCE_CMPL_OUT_LOW,DL_TIMER_CC_2_INDEX);
Do you have an example for this DL_Timer_setCCPOutputDisabled() function?
Thanks!
Bowen