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

How do I get the latest datas from FDS?

Based on nRF5_SDK_15.3.0_59ac345,

a. fds_stat(&stat), and stat.valid_records=8, It means that the records are written in

b. err = fds_record_find(WK_UDM_FDS_FILE, WK_UDM_FDS_REC_NAME, &_fds_desc, &_fds_token) , and err=NRF_SUCCESS, It means that the record is found

But, using fds_record_find, I always get the old datas which set by fds_record_write.

How do I get the latest datas which set by the latest fds_record_update?

Related