The dongle is an excellent piece of hardware. However the features of DFU is rather limited.
I am wondering if I can put two hex files onto the dongle? For example,
1. My own bootloader right after MBR at flash address 0x1000, takes 64KB
2. My own application firmware hex file, starting from address 0x11000.
In this case my code can manage the entire flash memory up to the nRF bootloader while I can still use nRF connect with nRF DFU bootloader.
So far I have not tried two hex files. I would like to ask first if it is even possible?