Hi,
I hope you are doing great.
Just to confirm, do you want to update the MCU throught UART interface, am I wrong?
However, you could look at the app_ota_client.c file
#if (defined OTA_INTERNAL_STORAGE)
You could look at the comments about the flash and the sectors that are used. Unfortunately, we do not provide a bootloader that helps you to implement the update using serial communication.
Look at the JN-AN-1244 to take as reference the OTA update.
Regards,
Mario
Hi,
I hope you are doing great.
Just to confirm, do you want to update the MCU throught UART interface, am I wrong?
However, you could look at the app_ota_client.c file
#if (defined OTA_INTERNAL_STORAGE)
You could look at the comments about the flash and the sectors that are used. Unfortunately, we do not provide a bootloader that helps you to implement the update using serial communication.
Look at the JN-AN-1244 to take as reference the OTA update.
Regards,
Mario