2018-02-07 09:37 PM
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-stm322018-02-07 11:18 PM
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.
2018-02-07 11:25 PM
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
2018-02-24 03:52 AM
Can you share the link please?
2018-02-24 04:37 AM
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,
2018-02-24 07:53 AM
Some of the resources can be found under the product page, and other examples not exist under the Cube/HAL software repositories/trees
\STM32Cube_FW_F7_V1.8.0\Projects\STM32756G_EVAL\Applications\IAP\IAP_Main
\STM32Cube_FW_F4_V1.16.0\Projects\STM324xG_EVAL\Applications\IAP\IAP_Main
Find a close match for you architecture and board, and then port or understand the underlying concepts.