Hi TI Team,
I am using the 28P65 development board to develop EPWM TZ digital comparison based on EPWM_ Ex5_ Digital_ Compare_ Event_ The filter routine found the following issues:
1. Using the default configuration, DCAH is configured to trigger at a low level. When the TZ interrupt is triggered, GPIO25 connected to XBAR1 will be forcibly pulled to a low level, even if the pin is connected to the VCC, it cannot be changed, resulting in the TZ interrupt being continuously triggered;
2. If the digital comparison event DCAH is configured to trigger at a high level, i.e. EPWM_ SetTripZoneDigitalCompareEventCondition (myEPWM_1_BASE, EPWM_TZ-DC-OUTPUT-A1, EPWM_TZ-EVENTDCXH_HIGH); After GPIO25 is connected to VCC, the GPIO25 pin can read high level, but the TZ interrupt cannot be triggered.
Thanks & Regards

