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?