Hello Everyone,
Consider i have 2 MCU's on board connected via UART interface, one is any (Target) MCU (MSP32, STM32, etc) and the other is Nordic's nRF52832 (Host). With the Host MCU, i am able to do OTA update of the host application/Bootloader without any issues. But what i would like to know is how can i update the firmware of Target MCU using host's DFU service.
Basically stating 3 things:
1. Create a zip like package for the Target MCU's application and then perform DFU
2. Store the image received in the host and not update its own firmware.
3. Use the UART interface to transfer the image received to Target MCU
How can this be done? Any suggestions on this would be useful as i am not sure where to start with.
Thank you.
Best,
-SK