Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

Thread safe in FatFS

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?

Parents Reply Children
No Data
Related