TMS320F28P650DK: Unexpected Behavior with Force Trip Zone Event on EPWM

Part Number: TMS320F28P650DK
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hi,

I've written a simple test code to generate PWM signals using EPWM1 and EPWM2, and both channels work as expected initially. To test the PWM stop functionality, I added a ForceTripZoneEvent to halt both EPWM1 and EPWM2.

However, I'm observing inconsistent behavior during debugging. Sometimes both EPWM1 and EPWM2 stop as intended, but other times only one of them stops—either EPWM1 or EPWM2. This inconsistency is confusing.

I also checked the OST (One-Shot Trip) register during debug sessions. Occasionally, it changes to 1 as expected, but sometimes it doesn't.

Could you help me understand why this behavior occurs and what might be causing the inconsistent response to the ForceTripZoneEvent