Dear Nordic,
we are developing an application based on SDK 17.0.2, it user FreeRTOS and BLE with Peer Manager.
We need to store few data in FLASH without confict with the Softdevice and Peer Manager.
We based our code on "ble_app_hrs_rscs_relay" example and "flash_fds" example.
There are issue when we try to init the FDS, so we looked at the SDK code and we found that the Peer Manager uses the FDS with its own fds_evt_handler.
There is also a #define FDS_THREADS that shuold be setted for manage multiple FDS access but in the (few) documentation it is marked as "Note that this feature is experimental and should not be used in production."
Please could you suggest us how to use FDS while we are also using the Peer Manager?
Thanks.