Question
USB FataFS and RTOS
Posted on November 03, 2014 at 08:07
I need to sent a message to my main task, that tells it USB is connected. (so I can display a message on screen, and display file names etc.)
What events are generated? any documentation or sample code on this?It does not seems right to poll the FatFS with f_mount()..Thanks