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

FDS Used In Application and Peer Manager

The SDK 12.1.0 documentation for the FDS library says the following:

FDS_THREADS: If set, the FDS module can be used by multiple modules at the same time (for example, by the Peer Manager and the application). Enabling FDS_THREADS increases the code size. Note that this feature is experimental and should not be used in production.

Is this still the case?

I am currently using the FDS in the peer manager and in my application in separate tasks with FreeRTOS.

Related