Hello,
I am using sdk12.2.2 and customised nrf52 board. I am writing 6000 records of 24 bytes each in flash of nrf52. My challenge is after 6027 records I am getting error code as FDS_NO_SPACE_FLASH and I am calling fds_gc to delete few records so that I can use this space to write new records but my challenge is that when I am deleting this records after that the new records are randomly written at addresses that were used before and were not deleted. This conflicts and due to this fds jumbles up.
I am attaching my main file and fds logs with this.
Thanks,