So I have been saving a structure using FDS and it seems to be working fine but after a while (2-3 hours of updating value every 10 seconds) the fds_record_update(); function starts to give error 0x07:
rc = fds_record_update(&desc, &record); APP_ERROR_CHECK(rc);
What does this error pose the problem of? Let me know if you need more information. I am using SES with SDK 15.3.
Suggestions would be greatly appreciated.