2025-03-11 4:37 AM
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
Solved! Go to Solution.
2025-09-16 4:06 PM
Hello,
There is no option in CubeIde like Keil "reset after load".
Thank's
2025-03-11 5:14 AM
If this is a custom board, ensure BOOT0 is pulled down.
Use the standard linker file that uploads to flash.
2025-09-16 9:08 AM
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.
2025-09-16 4:06 PM
Hello,
There is no option in CubeIde like Keil "reset after load".
Thank's