Hello.
I am developing using nrf52832 (S132 v7.0.1, SDK v17.0.0).
I am reading and writing data using FDS.
If you execute fds_record_update at that time, the error of FDS_ERR_NO_SPACE_IN_FLASH will occur.
I think this is because Flash has run out of free space but cannot be updated and an error has occurred.
I'm updating using the same file ID and record key, but isn't the old data released?
I think you can use fds_gc to release old data, but even the bonding data will be released. Is there a way to free only unused data in fds?
Best regards.