Break at address "0x1fff5e8c" with no debug information available, or outside of program code. error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-10-09 12:12 PM
I'm trying to program STM32WBR55VGY microcontroller in my custom board.
Recently, I succeed to debug my microcontroller but after one time, I can see this message on the STM32cubeIDE during debugging and the microcontroller does not work properly.
"Break at address "0x1fff5e8c" with no debug information available, or outside of program code. error."
How can I solve this problem?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-10-10 1:15 PM
You should be able to program and debug via the SWD
The Boot Loader functions independently of the SWD interface, it is code running from ROM.
Your error "break at" is a ROM address, its running ST's code in ROM, not your code in FLASH.
Docs say you can use option bytes in lieu of pin, but needs configuring. For commercial product you likely want access to BOOT0 PIN, along with SWDIO, SWCLK, SWO, NRST, to facilitate production testing and programming
Docs say BOOT1 is via an option switch, ie OPTION BYTES programmed into the device.
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
2022-10-10 1:22 PM
Thanks for reply.
If there is error in the ROM, How can I revise it?
After activating USART using boot0 pin?
+ What program can I use to restore SWD interface?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-10-10 7:29 PM
I don't know there's an error *in* the ROM, the error you are reporting is from the debugger software, that's stopped code execution, and the address it stopped at is outside the available source code for your application.
I'm not sure the USART boot loader code disables the SWD header. They are different methods of interacting with the device.
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
2022-10-11 2:09 AM
Thanks for reply.
I replaced the microcontroller three times and I found that the address of error is same.
Is there any possibility for soldering or soldering temperature to affect device?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-10-11 2:49 AM
The problem isn't with the chip or related to the soldering.
Check option bytes settings in STM32 Cube Programmer
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
2022-10-11 2:54 AM
Could you recommand any document regarding option bytes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-10-11 8:41 AM
I cited the Reference Manual earlier, please start with that.
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
2024-02-07 12:24 AM
In the option Bytes Settings in STM32 Cube Programmer what should i check , it means which check box should i check ,I'm also facing same issue.

- « Previous
-
- 1
- 2
- Next »