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

FDS_ERR_RECORD_TOO_LARGE

Hi Nordic,

I used FDS to operate updata to update data more than 10K once, but there was an error. Hint FDS_ERR_RECORD_TOO_LARGE.Can FDS operate more than 10K data at once?

How do I solve this mistake?

Looking forward to your reply!

Parents
  • Keep in mind that he virtual page size is a multiple of the size of a physical flash page (4096 bytes, or 1024 words). To store a 10kB record you'd need to set it to 12kB at least, and because fds needs a swap page as well, you'd be using 24 kB of flash. That might be more than you can spare.

    My takeaway is that you might want to consider using fstorage instead if you're storing just that one piece of data.

Reply
  • Keep in mind that he virtual page size is a multiple of the size of a physical flash page (4096 bytes, or 1024 words). To store a 10kB record you'd need to set it to 12kB at least, and because fds needs a swap page as well, you'd be using 24 kB of flash. That might be more than you can spare.

    My takeaway is that you might want to consider using fstorage instead if you're storing just that one piece of data.

Children
No Data
Related