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.

TMS320F28377D: Nested interrupt errata

Part Number: TMS320F28377D


can someone explain the following errata:

If the user is enabling interrupts using the EINT instruction inside an interrupt service routine (ISR) in order
to use the nesting feature, then the user must disable the interrupts before exiting the ISR. Failing to do so
may cause undefined behavior of CPU execution.

The user must disable the interrupts before exiting the ISR  ---> elaborate this sentence.