How can I avoid returning from bootloader after calling it.
The bootloader sees a valid program in flash and so returning.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-13 5:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-13 5:14 AM
It depends on the MCU series, sometimes on the exact part number, and sometimes on the board (e.g. boot pin settings)
My crystal ball is not working, so you have to tell all relevant details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-13 6:56 AM
Thank's for answer.
We are using actually using the stm32l011. Debugging shows, that I can jump into the bootloader. But if there is a valid code in flash, the bootloader is terminating and returns to flash. Is there a flag that I can set to stay in the bootloader or do I have to erase the first page in flash?
best regards
Josef
