Hi,
Just a question, what happens if ota (not ota2) is accidentally interrupted due to low battery? Does the system reboot with the old(current) main program?
BTW, I don't have the actual EVB with CYW43438 / STM32F412 + external Flash.
Solved! Go to Solution.
OTA2 is not available for ST-host based combo devices because of limited memory. Basically, you need to understand the fallback option for OTA (Right?). If you check the 43xxx_Wi-Fi/apps/snip/ota_fr/ota_fr.mk, you can set the FR application as per your choice and when interrupted during OTA procedure, device has the ability to boot-up with the FR app.
To perform factory reset on the WICED evaluation board, work through the following steps:
The system reboots with the running application but if for some application the flash has been corrupted, you always have the option to fall back to the FR app.
OTA2 is not available for ST-host based combo devices because of limited memory. Basically, you need to understand the fallback option for OTA (Right?). If you check the 43xxx_Wi-Fi/apps/snip/ota_fr/ota_fr.mk, you can set the FR application as per your choice and when interrupted during OTA procedure, device has the ability to boot-up with the FR app.
To perform factory reset on the WICED evaluation board, work through the following steps:
The system reboots with the running application but if for some application the flash has been corrupted, you always have the option to fall back to the FR app.
Thank you.