Skip to main content
Visitor II
May 1, 2026
Solved

STM32H745I-DISCO factory reset

  • May 1, 2026
  • 1 reply
  • 174 views

I purchased a STM32H745I-DISCO. The board appears to work fine. I am trying to flash the stock firmware onto the board. I downloaded the binary from the ST product page, followed the instructions, set the correct option bytes, used the external loader. The binary file on the product page "STM32Cube_Demo-STM32H745I-DISCO-V1.0.0_FULL.hex" does not bring the board back to factory settings. The touchscreen does not work. The stock demo wont run. Does anyone have have a more up to date binary file or procedure for factory reset?

Thanks 

Best answer by Mike_ST

Hello,

please download the attached file.

You have to flash it with the STM32Cubeprogrammer using the MT25TL01G_STM32H745I-DISCO external loader.

You can use the GUI to flash the hex file after ensuring you've selected the right external loader:

Mike_ST_0-1777903403932.png

or execute the command line while you're in the STM32CubeProgrammer\bin folder :

STM32_Programmer_CLI.exe -c port=SWD mode=UR -el ExternalLoader\MT25TL01G_STM32H745I-DISCO.stldr -d Your_path\STM32Cube_Demo-STM32H745I-DISCO-V1.1.0_FULL_V4.hex -v -hardrst

Please let me know whether it helps.

1 reply

Mike_ST
Mike_STBest answer
ST Technical Moderator
May 4, 2026

Hello,

please download the attached file.

You have to flash it with the STM32Cubeprogrammer using the MT25TL01G_STM32H745I-DISCO external loader.

You can use the GUI to flash the hex file after ensuring you've selected the right external loader:

Mike_ST_0-1777903403932.png

or execute the command line while you're in the STM32CubeProgrammer\bin folder :

STM32_Programmer_CLI.exe -c port=SWD mode=UR -el ExternalLoader\MT25TL01G_STM32H745I-DISCO.stldr -d Your_path\STM32Cube_Demo-STM32H745I-DISCO-V1.1.0_FULL_V4.hex -v -hardrst

Please let me know whether it helps.

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question.