I used to use it well before, but today, a white interface suddenly popped up during simulation debugging. The message displayed: Break at address "0x0" with no debug information available, or outside of program code.
I don't know what the situation is, does anyone know?
I am using S32DS 3.4 and the emulator is JLink.
Hi @CHYYDS
as a first step, I would check core registers if there was any fault:
https://community.nxp.com/t5/S32K-Knowledge-Base/Fault-handling-on-S32K14x/ta-p/1114447
Also this application note can be useful:
https://www.nxp.com/docs/en/application-note/AN12201.pdf
Does it happen always at the same time or is that random behavior? You can check the call stack to see where it comes from and you can then step that function to see which instruction caused it exactly.
Regards,
Lukas