Hi,
Can I use Flash Storage and Flash Data Storage at the same time without any special tread safety stuff? Or I shoud use mutex or similar thing.
Hi,
Can I use Flash Storage and Flash Data Storage at the same time without any special tread safety stuff? Or I shoud use mutex or similar thing.
Hi,
Flash Data Storage (FDS) internally uses fstorage. The module can be used directly as well. See Flash Storage (fstorage).
-Amanda H.
So it is not a problem if I start for example two flash write operation at the same time, one with FS and one with FDS without waiting for the end callback function?
Both flash write operations in FS and FDS need to wait for the write complete.
-Amanda H.