This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Dual bank DFU with code for external uC

I am using two microcontrollers for my application, one of which is the nRF52. What I would like to do is transfer the firmware for the nRF and external uC as a single bundle using the dual bank update approach. The bootloader should then verify and program the firmware for the nRF and exernal uC in sequence. Is there an example for this, and how could the bootloader distinguish the difference between the two applications when they are transferred as a single bundle?

Related