Board: STM32F103RCT6
IDE: Arduino IDE with Arduino_STM32 core
Network module: EC200U (LTE)
We are performing OTA firmware updates by downloading a .bin file from an HTTP server via EC200U modem and writing it directly to the internal flash. After the update, the STM32duino bootloader gets erased and the device requires re-flashing via ST-Link.
Does this bootloader support internet-based OTA updates? If so, how can it be done correctly?
We have tried many times but the bootloader keeps getting erased every time. If you have any example or guidance to share, we would really appreciate it.
Thank you.
Board: STM32F103RCT6
IDE: Arduino IDE with Arduino_STM32 core
Network module: EC200U (LTE)
We are performing OTA firmware updates by downloading a
.binfile from an HTTP server via EC200U modem and writing it directly to the internal flash. After the update, the STM32duino bootloader gets erased and the device requires re-flashing via ST-Link.Does this bootloader support internet-based OTA updates? If so, how can it be done correctly?
We have tried many times but the bootloader keeps getting erased every time. If you have any example or guidance to share, we would really appreciate it.
Thank you.