2020-09-23 02:22 AM
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.
Solved! Go to Solution.
2020-09-23 06:52 AM
Is BOOT0 pulled low?
2020-09-23 06:28 AM
What board?
How do you know it is not running, as opposed to being stuck in your program somewhere?
2020-09-23 06:44 AM
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?
2020-09-23 06:52 AM
Is BOOT0 pulled low?
2020-09-23 07:02 AM
Bull's eye! Thank you very much.