How can we do OTA upgrade on STM32F MCU connected to GSM/GPRS module also have 64 MB flash connected to it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-07-06 11:34 PM
We have IOT devices in the field ? we want to do OTA upgrade .
We connect to the device with help of GSM/GPRS shield it also has 64 MB on board flash for bulk data ?
#iap #ota #stm32- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-07-07 2:53 AM
As a developer you code a solution.
Presumably you know how to download data across the network, write it into your larger memory, right? Then you have an IAP type boot loader that can update the application image in on-chip Flash.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-09-18 2:14 AM
Thank you for the hint. We did something similar. Sent binary file to the board form GSM module saved it in external flash memory then used IAP to flash the new firmware and then finally used DFU mode for changing the start address of the MCU. Wish we had I had any template or example program for implementing OTA. It took us almost 2 month in making and perfecting the solution.
