2020-08-13 02:05 PM
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
2020-08-13 07:08 PM
Yes _estack should be 64-bit word aligned, use 0x20050000, it pre-decrements
2020-08-13 07:11 PM
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
2020-08-13 09:49 PM
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
2020-08-13 09:50 PM
It’s not there the problem, ITCMRAM its just the ram, i named it like that