Skip to main content
raj11
Associate II
February 8, 2018
Question

Firmware Over The Air(FOTA) in Stm32f205 & Stm32f407

  • February 8, 2018
  • 5 replies
  • 2291 views
Posted on February 08, 2018 at 06:37

I am working on a street light and its energy monitoring system. Once the units are deployed at fields its difficult to update the program each time on-field. So I need to know is there any options there in STM32F205  & stm32f407 chips for FOTA capability. I am using Simcom GSM/GPRS Modems to communicate with Server for energy Monitoring System. So planned to use same for FOTA.

#fota-in-stm32
    This topic has been closed for replies.

    5 replies

    Tesla DeLorean
    Guru
    February 8, 2018
    Posted on February 08, 2018 at 08:18

    No, you'd need to code an IAP using FTP or HTTP, etc to download an update image and apply it. ST has published some IAP (In App Programming) examples demonstrating a loader and application split.

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    Ahmed.Waqar
    Associate III
    February 24, 2018
    Posted on February 24, 2018 at 11:52

    Can you share the link please?

    Andrew Neil
    Super User
    February 24, 2018
    Posted on February 24, 2018 at 12:37

    The way to find this information is to go to the Product Page for the chip(s) in question - there you will find a list of the applicable Application Notes and other support materials.

    As a standard practice, it is well worth making a point of browsing this information - there is probably a lot of other stuff that you will also find useful...

    eg,

    http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32-high-performance-mcus/stm32f2-series/stm32f2x5/stm32f205rb.html

     

    http://www.st.com/en/microcontrollers/stm32f407vg.html

     
    A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
    Tilen MAJERLE
    ST Employee
    February 8, 2018
    Posted on February 08, 2018 at 08:25

    Helo

    C.RAJESHKUMAR

    ‌,

    your request is possible. In the STM32CubeF4 you can find example for flash IAP and then use it as starting point to port for GSM modem.

    Best regards,

    Tilen