Skip to main content
Associate
January 17, 2024
Solved

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

  • January 17, 2024
  • 2 replies
  • 2169 views

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.

    This topic has been closed for replies.
    Best answer by Imen.D

    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.

    2 replies

    Imen.DBest answer
    ST Technical Moderator
    January 17, 2024

    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.

    In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
    SucciAuthor
    Associate
    January 17, 2024

    Thanks