cancel
Showing results for 
Search instead for 
Did you mean: 

How to reset automatically after programing my chip and external flash?

Succi
Associate

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.

1 ACCEPTED SOLUTION

Accepted Solutions
Imen.D
ST Employee

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.

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

View solution in original post

2 REPLIES 2
Imen.D
ST Employee

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.

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

Thanks