Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
I'm trying to write to an micro SD card within a 10ms window. Until now I've been trying to use the FATFile System using:
fopen();
fprinf();
fclose();
However the write time is too slow, around 40ms I was reading that CHAN_FATFS was the best solution to increase write time, however the function keeps timing out at:
Any suggestions?
I'm using the same card and the same pin config in both systems.
If you have any other suggestions on how to improve the write time to the micro SD, they'd be great too.
Thanks,
Andrew