Part Number: TMS320F28388D
Tool/software:
Dear TI experts,
I have configured two ISRs: one for CPUtimer 1 and one for EPWM1. Since the EPWM1 ISR is from group 13 and CPUtimer 1 ISR is from group 3, I am wondering if the EPWM1 ISR will always respond first whenever both are triggered. I am looking to implement nesting, where the EPWM1 ISR can respond even while the CPUtimer 1 ISR is active. After the EPWM1 ISR completes, I want the CPUtimer 1 ISR to resume and complete its interrupted service. I believe this issue relates to interrupt priority and nesting. Could you assist me with this problem?
Best regards,
Eric