zhuzhenhua wrote:
thanks for all now in my NMI interrupt, i first move k0 value to Desave, then use k0 to handle, and then eret. it can work.
It can work as long as you understand that you can't use EJTAG breakpoints or (more difficult to avoid) handle DINT events that happen during your NMI handler. Regards, Kevin K.