I have an application using STM32L475, threadx, filex.Functions in the filex API work well when called from a specific thread: the same thread that initialized and mounted the file system. If I call the same functions from a different thread, the sys...