cancel
Showing results for 
Search instead for 
Did you mean: 

How to Update stm32wb firmware over LTE module?

Viniciuspsc
Associate II

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.

2 REPLIES 2

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Pity you couldn't have brought your discussion back here rather than continue to off-topic the older thread.

https://community.st.com/t5/stm32-mcus-products/how-to-update-stm32f401-firmware-over-lte-gsm/td-p/107976

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..