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.