Skip to main content
MImda.1
Associate II
January 14, 2021
Solved

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

  • January 14, 2021
  • 2 replies
  • 1060 views

..

    This topic has been closed for replies.
    Best answer by Clive1 (HNL)

    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.

    2 replies

    Clive1 (HNL)
    Clive1 (HNL)Best answer
    Explorer
    January 14, 2021

    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
    MImda.1Author
    Associate II
    January 14, 2021

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