Hi,
I have a low level mcu (128 kbyte flash) connected via UART to the nRF52840.
My current flash usage (text output arm_gcc) is about 256 kbyte + the softdevice.
Since the nrf52840 has 1MB flash I would like to add the firmware of the smaller MCU within the nrf firmware.
During DFU I would then flash first the nRF and then proof the included firmware of the low level MCU with a checksum and the flash the low level MCU reading from the flash.
What would be the easiest way to do so? How can I reserve this space in flash since I am using as well the fds module of the nrf52 low level library.
Thanks in advance,
C.W.