Other Parts Discussed in Thread: C2000WARE
Hello,
I am using EPWM 1, 4,5, and 6 for PWM generation for a DAB Converter. I want to configure PWM's for an ACTIVE LOW system. The Polarity selection in the dead time for FORCE HIGH is working, while the same for TRIP ZONE is not working. The trip zone settings are as follows,
EPwmxRegs.TZCTL.bit.TZA = TZ_FORCE_HI;
EPwmxRegs.TZCTL.bit.TZB = TZ_FORCE_HI;
where TZ_FORCE_HI = 0x1;
The Trip event is enabled by a force from the TZFRC[OST] bit, as shown below,
EPwmxRegs.TZFRC.bit.OST = 1;
The Enable and Disable of the PWM's are working but the PWM polarity at trip event is not high. Is there any other bit that needs to be configured that I am missing?
Thank you
Vijaymahantesh V Surkod