OTA update
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-23 11:22 AM
I would like to know if the following is possible and if so, where can I find information about it.
I have a STM32L010K8 micro connected via USART to an LTE CHIP (BG96) through which I can get the firmware update that runs on the microcontroller. I could overwrite the firmware of the micro STM32 to update it automatically.
- Labels:
-
STM32L0 Series
-
UART-USART
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-03-23 11:26 AM
Mostly limited by your own creativity and capabilities.
Should be able to pull data via modem using HTTP, FTP or other protocols.
You'd probably want to have a small, minimal, loader capable to connecting and updating, outside of the larger application.
Do you have any local memory with which to stage complete updates?
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
‎2022-03-24 08:47 AM
Thanks for the reply.
The BG96 has physical memory where I can store the firmware update for the microcontroller that I receive via HTTP.