Hi,
We are using NRF 15.03 SDK and used NUS application for the project. We need to store some data into flash and we are using FDS example based code to do the same.
We are storing two files. File 1 has 6KB data (divided into 500 records of 12 Bytes) , file 2 contains 268B of single record. We are using same file ID for both and a different record ID for all the records.
The code works fine as expected. But randomly, the data gets corrupted(old data is retained instead of new) when we do update of records.
This occurs very randomly and we could not find the sequence it is occurring.
Has anyone seen this kind of behavior? How do we make sure that we are storing the data correctly?
Are there any corner cases we need to handle while using FDS?
Thank you,
Bharath