Other Parts Discussed in Thread: SYSCONFIG
We have experienced some transistors switches getting damaged during system power up. While investigating the reason we found that the EPWM output has a high pulse of around 500 mSec. This pulse is the most probable cause of the issue. Please refer to the below picture for the pulse captured on the EPWMB output of the EPWMB module that is configured on pin 163 of the device:

I think that this is happening since I am enabling the time base clock of the module some time after its initialization( The system needs to perform some checks before enabling the EPWMS).Till that time the outputs might be in some complementary state otherwise there should have been switching at the configured frequency of 16KHz. The question is then how to initialize the EPWM outputs in tripped state. I have configured the EPWMs using the SYSCONFIG tool. I am not aware if the SysConfig allows initializing the EPWMs in tripped condition. Or should I just enable the time base clock of the EPWM module before initialization and immediately force a software trip. What is the right approach?.