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

FDS lifetime

Hi, I use SDK13.1 FDS example and have some questions about that. Is there any influence about the lifetime of Flash when i use FDS function to write and delete the records.If it has,how to calculate the lifetime of Flash.Thanks.

Parents Reply
  • Hi,

    I see in the stat that you have two open records. Make sure you don't have open records before calling garbage collection or it won't be able to free space. Every time you open a record using fds_record_open() you should close it by calling fds_record_close().

    Also, how large is the record you are trying to store? What virtual page size are you using?

Children
No Data
Related