FreeRTOS + FatFs (STM3240G) -> FR_DISK_ERR
Posted on December 04, 2014 at 14:54 Hello, I've modified FatFs_uSD_RTOS example to write in a loop (32k files), which works fine on its own (Task SDCardStream()). When I add another task Process() which only has a calculation loop: sta...