can't debug. Break at address "0x808a7c4" with no debug information available, or outside of program code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Labels:
-
DEBUG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-13 07:08 PM
Yes _estack should be 64-bit word aligned, use 0x20050000, it pre-decrements
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-13 09:50 PM
It’s not there the problem, ITCMRAM its just the ram, i named it like that
- « Previous
-
- 1
- 2
- Next »