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

How to adjust the recording space of nrf52832 FDS module?

My project needs to store 10000+ different records, 25 bytes per record. How to configure FDS module space?

Parents Reply
  • I don't think so. FDS overhead is at least 12 bytes/record IIRC - yielding significanly more than 300KB flash usage. And since records need to be 4-byte aligned, the 25 bytes expand to 40byte/record.

    Also finding a specific record would take a significant amount of time.

    You could try combining your data records in larger structures for more efficient FDS memory usage, but - depending on how often you need to update - you might soon run out of flash erase/write cycles.

Children
No Data
Related