10 years, 1 month ago.

LPC 1768 store data in the flash drive

how to store the data into the flash drive, and the data will be stored as .txt and .csv format

1 Answer

10 years, 1 month ago.

That is one of the two mbed boards that allow you to store files on the USB flash drive memory. You can use the standard c file IO commands. See http://developer.mbed.org/handbook/LocalFileSystem for details.

Note that while you have a file open the files won't be available to the PC so make sure you have some way to get the program to close all the files otherwise you can find it rather tricky to update the firmware.