Hello
I wante to ask a question:when MCU s32k116 executed a undefined command(0xFFFFFFFF),then what action will take by MCU 116?
MCU 116 will enter to NMI interrrupt or hardfault interrupt? which one interrupt will enter?
If I didn't use NMI interrupt and hardfault interrupt in application, these two interrupt will use default handle code "DefaultISR"? That is an endless loop,MCU will wait to reset, is it?