User Activity

Posted on June 10, 2013 at 15:00Hi! I need to make MSD USB interface to read data from SD Card. Its my first attempt to mass storage class. I'm using fatfs library (http://elm-chan.org) with LFN option. Im looking for some examples for fatfs (I don...
Posted on June 04, 2013 at 00:34Hi! I'm using popular fatfs library to handle my SD card. Now I have to use longer file name, so Ive decided to use LFN. With standard file name this code works fine:char lolek[]=''data1234.kml''; fresult = f_mount( ...