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.

ePWM INTERRUPT

Other Parts Discussed in Thread: CONTROLSUITE

i am trying to get ePWM interrupt 

i have set every thing and its evident from all the flags that interuptis being generated by ePWM modula and then propogated all the way to IFR in Core but intrrupt is not trigered

i mean control doesnt jump to my ISR

i think there is some problem with my interrupt vector,below is the statement that i am using to link my ISR to interrupt 

ELLOW;       

PieVectTable.EPWM1_INT = &pwmisr;   

EDIS;

any solution