Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
I've two interrupt service routines in my code - ecap1_int_isr & epwm1_int_isr . However , when I execute the code and debug via watch window, I observe code in ecap isr is not getting executed but epwm1 isr is getting executed. I've turned off code optimization. Kindly help.