This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28379D: Can not trigger other epwm interrupt when use CLA trigger for one of epwm on MATLAB

Part Number: TMS320F28379D

HI everyone

I use matlab 2022a. test on F28379D Launchpad

I use CLA task trigger source for epwm1 for toggle led, it's ok

but when i use C28x_Hardware_Interrupt block trigger epwm6 interrupt,  cla_subsystem not operation, led not toggle.

i remove the interrupt vector of epwm6 cla_subsystem operation, led toggle.

when i use matlab 2021a i can use CLA and epwm interrupt. How to fix this issue