cancel
Showing results for 
Search instead for 
Did you mean: 

How to do the Firmware OTA in STM32L series using GSM, EDGE modules?

MImda.1
Associate III
 
1 ACCEPTED SOLUTION

Accepted Solutions
Clive1 (HNL)
Senior II

You'd probably want to use FTP or HTTP to download the update image, if the modem can't stage the file, you'd probably want to have some memory to stage it.

If you're not familiar with the IAP (In App Programming) methods/examples you'll probably want to start by reviewing and understanding those.

View solution in original post

2 REPLIES 2
Clive1 (HNL)
Senior II

You'd probably want to use FTP or HTTP to download the update image, if the modem can't stage the file, you'd probably want to have some memory to stage it.

If you're not familiar with the IAP (In App Programming) methods/examples you'll probably want to start by reviewing and understanding those.

MImda.1
Associate III

Thank you. I will have a look at IAP. wasn't aware of that before.