This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS570LS1224: Counting nested interrupt

Part Number: TMS570LS1224

I want to check dynamically if my function has been called from an ISR.

For example, in the FreeRTOS port for the PIC32 you can use:

#define IN_ISR()   uxInterruptNesting > 0 ? True : False


Is there a TMS570's special register that counts nested interrupt that I could poll?

Thanks,

Gabriel