Skip to main content
HKaze.1
Visitor II
November 11, 2020
Question

Run after the programming option doesn't work

  • November 11, 2020
  • 1 reply
  • 714 views

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.

This topic has been closed for replies.

1 reply

Uwe Bonnes
Chief
November 11, 2020

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.