I'm using the default implementation of the Peer Manager module. I see under the hood it uses the FDS module to handle Flash Write/Reads. If I wanted to implement some Flash storage in my application code using FStorage or FDS, within a freeRTOS architecture there is the possibility of two things trying to use the FDS module at the same time. Therefore I gotta ask the question, is the Peer Manager thread safe in its use of FDS? Otherwise I need to use the Peer Manager callback and BLE state changes to drive my application use of FDS. Thanks for your help.
-DC