How to check bootloader version and update it in STM32F429
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-31 2:44 AM
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
- Labels:
-
Bootloader
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-31 6:07 AM
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
Kind Regards,
Imen
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-01-31 6:35 AM
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.
Up vote any posts that you find helpful, it shows what's working..
