We've a custom board which has NRF52833 and TM52F1376-MTP-C3. They are connected over UART.
What I want is transfer binary data between Phone and nRF52 over BLE.
and then after NRF52833 receives the firmware sent by the mobile phone, it can try to determine whether the firmware is updated for itself or for an external MCU(TM52F1376-MTP-C3).
as far as i know,the bootloader by default will receive the image from the phone and replace the old image with the new image.I don't know how to distinguish whether the firmware received from the phone is for the external MCU or its own, if it is for the external MCU, I don't know how to send the firmware to the external MCU through the UART.
Is there any application example?
can you give me some help?Thx a lot.


