How to Update stm32wb firmware over LTE module?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-09 11:53 AM
Hello,
I intend to develop an application using the STM32WB and a Telit LTE module (TX62). I would like to know if there is a way for me to use the LTE module to update the firmware of the STM32WB remotely. Can this be done via UART communication between the two? Would I need to develop a bootloader for the STM32?
Thank you.
- Labels:
-
STM32WB series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-09 1:33 PM - edited ‎2024-05-09 1:33 PM
You'd have to facilitate.
You can perhaps have the Telit modem download (FTP, HTTP ?) and stage the update in it's own file system.
Your STM32WB could query and validate, and then initiate a method to pull the data and write the firmware image. Figure you'd need to commit a couple of KB of flash for a boot loader to action this. Your primary app could do the file pull via the modem.
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
‎2024-05-13 7:49 AM
Pity you couldn't have brought your discussion back here rather than continue to off-topic the older thread.
Up vote any posts that you find helpful, it shows what's working..
