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

FDS Data storage fails after writing data of 5 Bytes after 409 times

Hi ,

I'm trying to write data using FDS library where ,i use fds_record_write on the first occassion and fds_record_update on all others.

Now i have debugged the issue and found out that I'm able to write data successfully up and untill m_pages.write_offset reaches 1022 .

After that i need to run fds_gc to reset this m_pages.write_offset to zero.

I want to know if there is any other way to rollover m_pages.write_offset .

Thanks,

Dhananjay

Related