Skip to main content
CKILI.2
Associate II
March 11, 2025
Solved

STM32CubeIde reset after load

  • March 11, 2025
  • 3 replies
  • 528 views

I'm using STM32f407 board with Cubeide. When load new code, I want to work code after pressing reset button.

How can I set it in STM32CubeIde.

Thank's

Best answer by CKILI.2

Hello,

There is no option in CubeIde like Keil "reset after load".

Thank's 

3 replies

TDK
Super User
March 11, 2025

If this is a custom board, ensure BOOT0 is pulled down.

Use the standard linker file that uploads to flash.

"If you feel a post has answered your question, please click ""Accept as Solution""."
mƎALLEm
Technical Moderator
September 16, 2025

Hello,

What do you mean by "work code" in this statement?


@CKILI.2 wrote:

When load new code, I want to work code after pressing reset button.


Do you mean to make the code running after pressing the reset button? if so, do you mean the code is not running? on which board? ST board? custom board?

Please provide more details to help you efficiently.

 

"To give better visibility on the answered topics, please click on ""Accept as Solution"" on the reply which solved your issue or answered your question."
CKILI.2
CKILI.2AuthorBest answer
Associate II
September 16, 2025

Hello,

There is no option in CubeIde like Keil "reset after load".

Thank's