Hi,
I need to achieve the following interupt priorities (highest to lowest):
TINT0 (CPU timer 0) - via PIE
TINT1 (CPU timer 1) - non-PIE
ECAN1INTA (CAN mailbox) - via PIE
Basically, I need two timers which cannot be interrupted by or stalled by CAN messages.
I have modified DSP2833x_SWPrioritizedIsrLevels.h to achieve this and notice that, although my CPU timer 1 does not get interrupted by CAN, it does appear to get stalled by the CAN interrupt. Is this because of the hardware priorities (INT9 being higher than INT13)? If so, what can be done to achieve the above requirement?
Any help is appreciated.
Regards
Richard