cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F429I-EVAL Board FW

Mary West
Associate II

Hi -

I have a STM32429I-EVAL board. Before I start mucking about with it, I would like the original firmware file (bin or hex file). I may want to go back to the original demo fw at some point. Here is the system info:

Demo Rev: 1.4.5

Board: STM324x9I

Core: STM32F429

Thanks-

Mary

1 ACCEPTED SOLUTION

Accepted Solutions

Don't think the FW takes up all 2MB, extract as binaries, splice back together

The board is a bit antiquated as this point

https://www.st.com/en/evaluation-tools/stm32429i-eval.html#resource

https://www.st.com/resource/en/compiled_demos/stm32429i-eval_demo.zip

STM32Cube_FW_F4_V1.25.0\Projects\STM324x9I_EVAL\Demonstrations

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

View solution in original post

3 REPLIES 3
TDK
Guru

You can use STM32CubeProgrammer to download the flash before you upload your own code. If you haven't already flashed something.

Download 0x200000 (2MB) bytes starting at address 0x08000000.

If you feel a post has answered your question, please click "Accept as Solution".
Mary West
Associate II

Hi -

The STM32CubeProgrammer can't save 2 MB. It can only save 1 MB files. The ST-Link Utility can save 2MB files but can only open 1 MB files. I could save the flash contents in 1 MB chunks. But what I'm really interested in is the original FW that was loaded on this EVAL board.

The STM32f429i EVAL documentation says the following:

"Demonstration software

Demonstration software is preloaded in the Flash memory of the board for easy demonstration of the device peripherals in stand-alone mode. For more information and to download the latest version, refer to the STM32429I-EVAL demonstration software on www.st.com.";

I was unable to find any version on the website.

The kit shipped with a USB drive. I was hoping the FW would be on that, but it wasn't.

Please help me finding this FW.

Thanks-

Mary

Don't think the FW takes up all 2MB, extract as binaries, splice back together

The board is a bit antiquated as this point

https://www.st.com/en/evaluation-tools/stm32429i-eval.html#resource

https://www.st.com/resource/en/compiled_demos/stm32429i-eval_demo.zip

STM32Cube_FW_F4_V1.25.0\Projects\STM324x9I_EVAL\Demonstrations

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