Hey,
I am using SDK12, S130, nRF51822;
Trying to create a DFU update for application which Also writes over a certain area in the reserve app data, in the end of the designated maximal area for the applicati, I merged my application with a .hex for DFU_APP_DATA_RESERVED.
The problem is that it (nrfutil pkg generate) seems to create a giant .zip file for the update, filling all the memory between the actual application and the DFU_APP_DATA_RESERVED (with nothing basically, but it takes space), Now I cant update the DFU because the file is too big, not to mention having dual bank, maybe merging the APP with the DFU_APP_DATA_RESERVED isn't the best way to do it.
So what is the way to update the APP and APP data in the same DFU upload?
I would appreciate any ideas, advice and help,
Thanks!