Skip to main content
Associate II
May 9, 2024
Question

How to Update stm32wb firmware over LTE module?

  • May 9, 2024
  • 2 replies
  • 1202 views

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.

This topic has been closed for replies.

2 replies

Tesla DeLorean
Guru
May 9, 2024

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 (See Profile) Up vote any posts that you find helpful, it shows what's working..
Tesla DeLorean
Guru
May 13, 2024

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 (See Profile) Up vote any posts that you find helpful, it shows what's working..