I am using FreeRTOS with FatFS/SD card. SDK is nRF5_SDK_17.0.2.
If different tasks access FatFS API in different task, is it thread-safe? i.e. Task A access file A and task B access file B at the same time.
Could SPI communication on SD card be interrupted by another task with another FatFS API?