Break at address "0x0" with no debug information available, or outside of program code.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Break at address "0x0" with no debug information available, or outside of program code.

1,161 次查看
CHYYDS
Contributor II

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.

0 项奖励
回复
1 回复

1,129 次查看
lukaszadrapa
NXP TechSupport
NXP TechSupport

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

0 项奖励
回复