2025-07-05 8:11 PM
Hello,
Excuse me for being such a noob here but I'm having an issue with an STM32H7A3RTI6. I flash a basic blinky program with the stlink and then when I go to disconnect/reconnect the stlink to supply power to the chip it doesn't start up the program. I have to manually set NRST to ground to start the program again.
Is there a way to toggle this pin at power up or am I doing something wrong?
Thank you.
Solved! Go to Solution.
2025-07-05 8:20 PM
Is BOOT0 grounded?
If HSE is used, it might not be getting started in time. Try using HSI instead.
You can connect to the program already running on the board with the debug configuration if you disable download option and disable reset in the configuration parameters. That will let you know the state of the chip, including where execution is at (PC register).
2025-07-05 8:20 PM
Is BOOT0 grounded?
If HSE is used, it might not be getting started in time. Try using HSI instead.
You can connect to the program already running on the board with the debug configuration if you disable download option and disable reset in the configuration parameters. That will let you know the state of the chip, including where execution is at (PC register).
2025-07-05 8:24 PM
BOOT0 was not grounded and now it works at start up. Thank you very much.