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.

TMS320F280049: unintentional nested interrupt

Part Number: TMS320F280049

Hello,
customer gets unintentional nested interrupts in his ADC interrupt routine from timer 1 interrupt. Reason is that he used DINT(), EINT() in some sub functions because of protection reasons. How can he prevent this?
Can he set IER=0 at the beginning of his ADC interrupt routine?
If yes, must he save IER register to recover it at the end of the ADC interrupt routine? Or is the IER automatically recovered by the HW?

Regards, Holger