cancel
Showing results for 
Search instead for 
Did you mean: 

can't debug. Break at address "0x808a7c4" with no debug information available, or outside of program code.

idrissmc
Associate III

Hello,

when I'm trying to flash my program into the STM32 board, I get a message telling that no debug info.. and break at address "0x808a7c4"

this is the assembly code at that address: ldr   r0, [pc, #4]  ; (0x808a7cc)

can someone help me to solve this?

thanks

13 REPLIES 13

Yes _estack should be 64-bit word aligned, use 0x20050000, it pre-decrements

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

Fit WHAT?

The SDRAM is 8MB, changing it to QSPI make NO sense, either for storing transient data or as a NOINIT/NOLOAD one.

The fault you asked about is at 0x0808A7CC, we were trying to identify what code/library that was

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

It’s overflowed if i let it in the .ld file, this is what I can’t understand, I know it’s 8MB maybe the problem I don’t know how to use it. Take a Look at lines 162 - 185

It’s not there the problem, ITCMRAM its just the ram, i named it like that