Hello everyone
The company I work for produces an nRF52840 based dongle.
We also have a bootloader which is a modified sdk example.
We need to save some important data in flash and we do it using FDS.
I wanted to know in which region the FDS module stores the data?
Won't "Increase in Application Code Size" overwrite the data we store using FDS by updating the firmware through bootloader in future?
How can we make sure of that?