cancel
Showing results for 
Search instead for 
Did you mean: 

Getting No Source Available (Memory Address) Error

DM.13
Associate

Hi,

I tried to debug my code into my custom board controller (STM32F030RCT6) through STM32f0 Discovery. when I try to debug, I got the error ''No source available for ''0x8000f24''

 So please tell me how to fix this error.

 Thanks

0693W00000Y6u4bQAB.png

3 REPLIES 3
KnarfB
Principal III

Already the caller address 0xffffffff is invalid. Some kind of overflow/bad linker script/missing handler. Try to set a breakpoint shortly before that happens and single-step debug to find the root cause.

hth

KnarfB

Are you running a boot-loader?

Is the application code running from 0x08000000 or some place else?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Yes, I run boot-loader, and my application code running from 0x08002800