2024-01-16 05:31 PM
I am trying to use STM32Cube IDE, here is a question that my board is not reseting automatically after programing.
I would like to ask is there anything similar to the behavior of "Download and Reset" in Keil?
Sincere Thanks.
Succi.
Solved! Go to Solution.
2024-01-17 12:16 AM - edited 2024-01-17 12:32 AM
Hello @Succi,
Welcome to the Community :)
It is possible to program and reset the device: create run configurations to download applications and reset the target without launching a full debug session.
To create a run configuration for the project, right-click on the project name in the Project Explorer view and select
[Run As]>[STM32 C/C++ Application].
For more details, I invite you to check the UM2609 STM32CubeIDE user guide.
Hope this helped you.
2024-01-17 12:16 AM - edited 2024-01-17 12:32 AM
Hello @Succi,
Welcome to the Community :)
It is possible to program and reset the device: create run configurations to download applications and reset the target without launching a full debug session.
To create a run configuration for the project, right-click on the project name in the Project Explorer view and select
[Run As]>[STM32 C/C++ Application].
For more details, I invite you to check the UM2609 STM32CubeIDE user guide.
Hope this helped you.
2024-01-17 04:31 AM
Thanks