F103: User Flash program runs happily despite BOOT0=1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-21 3:03 AM
I would assume it should start the system bootloader. Instead, my app which is blinking a heartbeat runs happily.
When I put also BOOT1=1, system should boot from SRAM and because nothing's there, the LED should remain off. Which it does.
So why does my app run when BOOT0=1? I don't think the jumper is broken...
- Labels:
-
STM32F1 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-21 3:41 AM
In the debugger or cold starting?
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
‎2021-05-21 4:18 AM
Cold starting, as in: OFF->ON.
Also starting after reset (where I assumed the status of BOOT0 and BOOT1 was read also).
By the way confirmed this on other boards too, so the "not working" BOOT0 jumper hypothesis I had is getting less likely.
