No source available for 0xdeadbeee

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

No source available for 0xdeadbeee

202 Views
youdeng
Contributor I

anyone who can help with that thank you in advance,

 I have suddenly encounterred a debug problem when using jlink try debugging my code after using FLASH_DRV_EraseAllBlockUnsecure(&bl_flashSSDConfig) to clear memory so as to do a second Dflash partition. The problem shows that code cannot be found besides debug  break point cannot stop at main function or just to say no break point after click debug_flash. All went smoothly before I tried to do erase flash for re-partition DFLASH as EEE. what had happend on earth?  the chip I worked on is S32K144 ,the tool for debugging is JLINK, the IDE version is S32DS for ARM v2.2

捕获.PNG

code that used to do erase memory 

youdeng_0-1747880244313.png

 

 Thank you very much!

 

Tags (1)
0 Kudos
Reply
1 Reply

181 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

In case the "no source available"you simply lost the link to the source code in your debug session.

Usually simply rebuild the code and the paths will be set correctly again.

Or some debuggers offer possibility to link source codes the the assembly during debug so you don't have to compile project again.

Best regards,

Peter

0 Kudos
Reply