Break at address "0x20010000" with no debug information available in S32K312

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Break at address "0x20010000" with no debug information available in S32K312

621 Views
jingfang
Contributor IV

I use Jlink update code, run show :

Break at address "0x20010000" with no debug information available

the same code update PE in EVB is ok.

What kind of problem colud that be?

pic(9).png

0 Kudos
Reply
1 Reply

612 Views
Senlent
NXP TechSupport
NXP TechSupport

Hi@jingfang

You can try to change the .s file suffix under the project to .S. I checked some similar answers, the possible reason is that GCC distinguishes the case of .s

https://blog.csdn.net/eastgeneral/article/details/84913318?spm=1001.2101.3001.6661.1&utm_medium=dist... 

0 Kudos
Reply