Skip to main content
Visitor II
August 17, 2024
Solved

STM32 ST-LINK Utility program

  • August 17, 2024
  • 1 reply
  • 900 views

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.

    This topic has been closed for replies.
    Best answer by Tesla DeLorean

    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 

    1 reply

    Graduate II
    August 17, 2024

    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 

    Troy-1Author
    Visitor II
    August 17, 2024

    Thank you. I'll see if I have the same problem after installation.