Hello,
nRF52840-DK
SDK: 15.3.0
s140
IDE: SES
How do I maintain the persistent flash data I have using the FDS while also using DFU. I have seen several older posts about this, I was unable to find an equivalent documentation page in the 15.3.0 SDK.
The post I am referring to:
Additionally: Unable to find an equivalent page in SDK 15.3.0. Is there an updated method of completing this task?
The method using #define DFU_APP_DATA_RESERVED is also unclear how I would know that my FDS data is actually the section of flash being reserved? With the FDS section reserved will the new software (post DFU) be able to find and interact with the FDS data with no additional adjustments?