Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Hi Experts,
In my code, I am enabling XINT1 inside XINT5 ISR and I want to enter the XINT1 ISR before exiting XINT5 ISR, which has a higher priority and should not be a problem! but when I run my code it does not enter XINT1 ISR. Am I doing something wrong? Should I use nesting? and if yes, is it the only way?