Skip to main content
TMond.1
Associate
September 23, 2020
Solved

How to reset target after downloading (RUN)?

  • September 23, 2020
  • 4 replies
  • 2266 views

Hi,

when I tap on run it compiles my project, downloads it to my target and says finished.

But my target STM32 still needs to be reseted manually to start what I have programmed.

Why there is no reset after downloading?

I am on the newest version of CubeIDE and use ST-Link V2 for programming.

This topic has been closed for replies.
Best answer by TDK

Is BOOT0 pulled low?

4 replies

TDK
Super User
September 23, 2020

What board?

How do you know it is not running, as opposed to being stuck in your program somewhere?

"If you feel a post has answered your question, please click ""Accept as Solution""."
TMond.1
TMond.1Author
Associate
September 23, 2020

Custom board with STM32F769IIT6.

It simply don't starts the program.

I connected a RGBW LED and in the software I turned on only the white LED.

After downloading the LEDs are off. When I power off and power on the STM again, the white LED turnes on like I want it to do.

Then I change the program because I want to only turn on the red LED. After downloading the LEDs are all off, untill power off and power on again, then the red LED lights up.

I think this shows pretty clear that the STM is not reseted after download. But why?

TDK
TDKBest answer
Super User
September 23, 2020

Is BOOT0 pulled low?

"If you feel a post has answered your question, please click ""Accept as Solution""."
TMond.1
TMond.1Author
Associate
September 23, 2020

Bull's eye! Thank you very much.