User Activity

Greetings and thanks for reading.  FreeRTOS has a built in utility function uxTaskGetStackHighWaterMark() that reports on the amount of space unused by the stack.   You can use this function to gauge just how much of the stack is used and how close y...
I can use the fx_directory_create() api to create a single directory level.  However I cannot seem to create a directory with sub folders with a single call.  For example, I can create the directory "TestDirectory", but I cannot create "TestDirectory...
Kudos given to