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

How to wait for FDS_EVT_UPDATE success event ? I mean to say, I want to wait for updating the flash storage operation, before performing the flash read operation, how to do that exactly?

As in fds.h, i am using the fds_record_update() function to update a record, and then as soon it is completed, i want to read the updated data from the flash, but how do i wait for the fds_record_update() funtion to return success?

Related