I would like to use the DFU from the nrf connect sdk.
After researching the API, I found out that dfu_target_write() can only write to FLASH in sequential format?
In our project, we want to randomly write DFU images to FLASH in order to transfer them over an unreliable transmission path.
Is such a method provided?