Skip to main content
DM.13
Associate
December 27, 2022
Question

Getting No Source Available (Memory Address) Error

  • December 27, 2022
  • 3 replies
  • 1838 views

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

This topic has been closed for replies.

3 replies

KnarfB
Super User
December 27, 2022

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

Tesla DeLorean
Guru
December 27, 2022

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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
DM.13
DM.13Author
Associate
December 28, 2022

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