Hi,I tried two methods to generate complementary PWM with deadband, but both encountered some problems.
Q1: When I use the bulid-in complementary pwm method, the CCP0_CMPL PORT will be initially high.But I hope that when the TIMA0 is disabled, both PWM ports will be low.
Q2: I turned to use the center-aligned TIMA0 to generate two complementary PWMs with deadband instead of build-in method, it worked. I also want to adjust the starting point of the counter through phase load. However, the phase load doesn't work. I noticed in the reference schematic that it is supposed to count according to the phase load when the counter starts. What is the reason for this? Is it only effective when there are only two TIMAs?