Other Parts Discussed in Thread: C2000WARE
Tool/software:
Hi,
Under CPU1, I have configured an ePWM peripheral (ePWM1) and enabled the corresponding interrupt under the Event Trigger Selection.
On CPU2, I have enabled the corresponding PIE interrupt (PIE3) and am attempting to service the associated ISR. However, the interrupt is not being triggered on CPU2.
While debugging through CCS, if the corresponding Interrupt Flag Register (PIEIFR3.INTx1) is set manually, the code successfully enters the ePWM ISR.
According to the Technical Reference Manual for the F2837xD, it should be feasible to configure an interrupt on one CPU and service it on the other.
However, this functionality is not working in my current implementation. Could you please let me know if there are any additional checks or configurations needed?
Thanks,
Raghavendra