What is the best and easy way to verify a firmware in FOTA?
I am almost running out of limitations in my STM32L0 MCU as flash is divided into three sections.
bootloader+user application+ota firmware.
I have implemented a successful OTA at the moment. I am verifying the size of the OTA but I need to know if there is a quick and easy method to verify the OTA firmware before replacing the user application with it.
Thank you.
