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

FDS Implementation

Hello Everyone,

I am trying to implement fds in nrf52832 with sdk 15.2. getting some issues. I am using 5 record key's and 1 file id.

Before coming to that, Can anyone explain what is file id, record id and record key? I have read documentations but not clear about it.

Parents Reply
  • Hi,

     

    Somesh Burkule said:
    what this queue useful for? how we can define this queue size depend on records?

     From documentation:

    The size of the internal queue of FDS operations. Increase the size if there are many users, or if your application will queue many operations at a time without waiting for the previous operations to complete. In general, you should increase the queue size if you frequently receive FDS_ERR_NO_SPACE_IN_QUEUES errors.

    The FDS module is an asynchronous module, and uses a queue for scheduling operations. The size of the queue determines therefore how many write/read etc operations you can schedule at once. 

    regards

    Jared

Children
Related