Bootloader from flash memory
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-05-17 1:04 AM
Posted on May 17, 2016 at 10:04
Hello
On a current project where we use multiple STM32F030 micros in a mesh network with 433 MHz tranceivers we would like to make a bootloader. We can only send small chunks of data over the air so we must save the data in system memory untill we have enough packets of data. Then we should check if the data is valid and if so we would like to restart the STM32 and load the new firmware. Is this possible to do so or must it be done with the peripheral bootloader?Best Regards, #internal-memory #bootloader
Labels:
- Labels:
-
Bootloader
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-05-17 8:19 AM
Posted on May 17, 2016 at 17:19
Yes, staging the update in memory, and then using a small boot loader (perhaps 1 sector in this case) to erase the current application space, and copy in the new image.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
