Run after the programming option doesn't work
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-11-11 4:58 AM
I'm using STMCubeProgrammer for program STM32F103 MCU. But I don't have any access to MCU RESET PIN. So I enter to BOOT Mode by source code in my application, But when I want to turn back to application from boot mode the "Run After Programming" option doesn't work correctly.
How can I turn back to application from boot mode without access to reset Pin?
Thanks.
Labels:
- Labels:
-
STM32CubeProgrammer
-
STM32F1 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-11-11 5:59 AM
Bootloaders knows a "go <address>" command. But why not reset the MCU programmatically? To make option byte setting actiive, either option byte reload or reset is needed anyways.
