I'm looking for an example on Concerto device that demonstrate how to read and write in USB flash memory. I found the example usb_host_msc but I can only read the USB flash memory.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'm looking for an example on Concerto device that demonstrate how to read and write in USB flash memory. I found the example usb_host_msc but I can only read the USB flash memory.
Jaume,
You should be able to modify that example to add some calls to f_open and f_write. Check out the FatFS API:
http://elm-chan.org/fsw/ff/00index_e.html
Trey