cancel
Showing results for 
Search instead for 
Did you mean: 

FOTA in stm32l4

siddhesh_ekhande
Associate

Hello,

I wanted to know some suggestion regarding a project, and adding FOTA support in it.

The project is stm32l4 based and it configures the gsm module as a server and one can make request and get response using http protocol.

I wanted to update the firmware of the stm32l4 using the mc60  gsm module, 

Any suggestion(hardware or sotfware) on how can I implement the FOTA.

also i wanted to know if i am download the file from server then how to store in mcu, 

Any firmware package for this.

Thankyou.

1 REPLY 1
ASEHST
ST Employee

Hello @siddhesh_ekhande

 

You will need to integrate a bootloader capable of managing firmware downloads via the GSM module, as well as verification mechanisms to ensure the integrity of the updates. The process involves configuring the GSM module to connect to a remote server, downloading the new firmware, validating it, and finally, programming the microcontroller's flash memory with the new firmware.

For a detailed explanation and a step-by-step guide, please refer to this link.

 

With Regards,

If your question is answered, please close this topic by clicking "Accept as Solution".