hello,
We are using tm4c1294 controller in this we have used SD card as data log (.csv and .txt files).
Now we like to expand application feature , We need to read this files without removing sd card from PCB. So we have plan to use USB as mass storage device. I have go through example code named as usb_dev_msc.
My requirement is to transfer SD card files in to usb mass storage drive so that user can directly see or copy this files without removing SD card.(similar usage like sdcard reader ).just plug in usb wire to pc and removable disk is pop up to PC and in this removable disk having all sdcard files.
So please guide us how to visible all SDcard files in USB mass storage device.
Please share us sample code .
Thank you