I am trying to use the fds example provided in the sdk16, while viewing the debugging prints I see the following,
<info> app: Initializing fds...
<info> app: Event: FDS_EVT_INIT received (NRF_SUCCESS)
<info> app: Found 1 valid records.
<info> app: Found 41 dirty records (ready to be garbage collected).
Every time I restart the boot count is rightfully incremented and saved back on the flash also displayed in the debugging log. Why are the records getting dirty (and I need to run garbage collector).
Thank you