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.

TMS320F28335: NMI interrupt nesting

Part Number: TMS320F28335


Hi,

I found a strange problem : the SEQ1INT will sometimes interrupt the NMI while NMI ISR is in progress, but it is not always happened.

I tried adding a "DINT" code at the beginning of the NMI ISR, but it doesn't work.

There is nothing code about interrupt prioritization or nesting in the NMI ISR.

Why?