cancel
Showing results for 
Search instead for 
Did you mean: 

How to reset target after downloading (RUN)?

TMond.1
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

Is BOOT0 pulled low?

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

4 REPLIES 4
TDK
Guru

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
Associate II

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
Guru

Is BOOT0 pulled low?

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

Bull's eye! Thank you very much.