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.
8 years, 9 months ago.
How to read data from SDcard ?
I want to read data from the .txt or .csv file in SDcard. How can I do ?
Question relating to:
1 Answer
8 years, 9 months ago.
You should use the MCIFileSystem as described in the LPC4088DM Using Filesystems wiki.
After initializing the DMSupport library (described here) the uSD card will be accessible with standard file operations like fopen, fclose, fread, fwrite etc.