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

How can I assign the maximum available pages to FDS?

I see I have more than 100 free pages (~ 101 KB) on Nrf51822 with SD130 but how can I assign all of them to the FDS module. I am going to manage a database with FDS on the maximum available space.

I am also wondering where I can find the map table that FDS uses for indexing, i.e. (<FileID, RecordKey>, Address) as I need to know the active (not removed) records. I'm putting two records (record 1, record 2) in each File ID so I want to use File ID for tracking the records.

Related