nRF52832 SDK14.0
Hi,
I had two questions regarding Fstorage:
-
The Fstorage module works by having a queue of NVM operations. This queue only holds two types of operations: Erase and Write operations. It doesn’t hold any read operations in the queue. Is this correct? If it is, what happens if there are multiple read requests at the same time?
-
When using the Fstorage module using the NVMC backend, it doesn’t seem like it has a queue of operations. What happens if there are multiple write requests from multiple clients?
Thank you.