Hello everybody,
I need to store some data in the flash for application purposes. I'm using the SD332 and the application goes in the DFU mode with the DFU buttonless service. I'm using the sdk14.2.
I modified the app using the FDS library to store the data. I was able to implement the functionality really fast (nice library, congrats to nordic) but then I need to modify it to retain the data even over a DFU update.
here, in the DFU description, is written I should define DFU_APP_DATA_RESERVED in the proper way, but this define is not used in any c file I'm using at the moment.
here, in the FDS description,it is not mentioned how to deal with the DFU.
I then tried to check what happen if I do the DFU update to the stored data and they are not erased, but I have not set anything in the application or in the boot to preserve the flash data when a DFU is performed, so I wonder if I did it properly or not and the infocenter information doesn't have any information on this.
Fabiano