I am going to implement DFU over BLE in my nRF52832 project.
Since the size of my application + softdevice larger than half my memory size I wonder how the update is performed.
Do I need to have space available locally on my board for the whole DFU package in order to be able to update or can the update be performed more "stepwise"?