This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

FDS_ERR_NOT_FOUND after two fds_record_update calls fast after eachother

I am using the FDS library to write a struct to flash. Lately I sometimes  get  FDS_ERR_NOT_FOUND in the event handler as a result of a fds_record_update call.

I've only seen this happen when two update happen right after eachother.  Most of the times this goes well, but when it doesn't the first one always succeeds and the second gives FDS_ERR_NOT_FOUND.

Has anyone experienced this kind of behaviour?

I am using SDK 14.2 and softdevice S332

Related