2024-08-16 06:06 PM
After downloading the program using STM32 ST-LINK Utility, the download is reported as successful. However, upon power cycling the device, the program does not run. It requires clicking "Connect" again after the program has been downloaded for the program to start running. This issue only occurs with some chips, even though the download environment is the same for all.
Solved! Go to Solution.
2024-08-16 07:11 PM
Pretty sure ST-LINK Utilities was deprecated long before the G0 was released. Use STM32 Cube Programmer, and if that has issues report those.
The chip behaviour between power up and normal reset is different, the former loads up Option Bytes and latches them internally
2024-08-16 07:11 PM
Pretty sure ST-LINK Utilities was deprecated long before the G0 was released. Use STM32 Cube Programmer, and if that has issues report those.
The chip behaviour between power up and normal reset is different, the former loads up Option Bytes and latches them internally
2024-08-16 07:25 PM
Thank you. I'll see if I have the same problem after installation.