Skip to main content
neuberfran
Associate III
July 27, 2022
Solved

How to restore stm32f469 discovery kit to the splash screens that came with the board when I first turned it on

  • July 27, 2022
  • 2 replies
  • 1569 views

Hi,

I have stm32f469 discovery kit. I need to restore my board to initial screens that I saw when I first turned on the board. That is, return to the factory system

Pls

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

It is in one of the older CubeF4 packages, this can be fetched via CubeMX, or CubeIDE, or simply downloaded.

https://www.st.com/en/embedded-software/stm32cubef4.html

STM32Cube_FW_F4_V1.24.0\Projects\STM32469I-Discovery\Demonstrations\STemWin\Binary\STM32469I-Disco_Demo_V1.2.0_FULL.hex

You don't need to build the package. I'm not sure what tool chains it supports. IAR and KEIL most likely.

You can write the files using STM32 Cube Programmer, you'll need to pick the External Loader (EL) for the board to have it write the QSPI Flash.

Should be manuals or user guides for the tools.

2 replies

Tesla DeLorean
Guru
July 27, 2022

STM32Cube_FW_F4_V1.16.0\Projects\STM32469I-Discovery\Demonstrations\Binary\STM32469I-Disco_Demo_V1.2.0_FULL.hex

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
neuberfran
Associate III
July 27, 2022

@Community member​ It would be good if the Sir provided the step by step

1) Which ide to use? (because I don't have this directory(STM32Cube_FW_F4_V1.16.0

) here.

note: i am using rt-thread studio ide / Windows OS

2) Once I have the file What are the steps to write the file to the board?

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
July 28, 2022

It is in one of the older CubeF4 packages, this can be fetched via CubeMX, or CubeIDE, or simply downloaded.

https://www.st.com/en/embedded-software/stm32cubef4.html

STM32Cube_FW_F4_V1.24.0\Projects\STM32469I-Discovery\Demonstrations\STemWin\Binary\STM32469I-Disco_Demo_V1.2.0_FULL.hex

You don't need to build the package. I'm not sure what tool chains it supports. IAR and KEIL most likely.

You can write the files using STM32 Cube Programmer, you'll need to pick the External Loader (EL) for the board to have it write the QSPI Flash.

Should be manuals or user guides for the tools.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..