cancel
Showing results for 
Search instead for 
Did you mean: 

How to check bootloader version and update it in STM32F429

Vprabhu
Associate II

I have been using STM32F429IG in my application, i want to check the version of my bootloader and wanted to update it , How do i do that ? any help

2 REPLIES 2
Imen.D
ST Employee

Hello @VP.4rabhu​ 

Bootloader version can be retrieved using the bootloader Get Version command.

Please have a look to this AN2606 "Application note STM32 microcontroller system memory boot mode", which  describes the supported peripherals and hardware requirements to be considered when using the bootloader of STM32 devices

https://www.st.com/content/ccc/resource/technical/document/application_note/b9/9b/16/3a/12/1e/40/0c/CD00167594.pdf/files/CD00167594.pdf/jcr:content/translations/en.CD00167594.pdf

Kind Regards,

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

The factory delivered boot loader is in ROM/OTP, you don't get to change it.

The interface document describes the protocol it uses along with methods to query the version and supported commands.

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