2022-07-27 11:57 AM
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
Solved! Go to Solution.
2022-07-27 06:57 PM
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.
2022-07-27 12:08 PM
STM32Cube_FW_F4_V1.16.0\Projects\STM32469I-Discovery\Demonstrations\Binary\STM32469I-Disco_Demo_V1.2.0_FULL.hex
2022-07-27 04:37 PM
@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?
2022-07-27 06:57 PM
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.