Setup: TMS320C6748, XDS200 and CCS 6, USB thumb drive, powered USB HUB, USB Card Reader, SD Card, lastest TI software as of 11/30/2015
Goal: I would like to write a simple code to read files from the USB thumb drive and write it to the SD Card.
Skills: I am a complete newbie with CCS and DSP programming.
1) Since the TMS320C6748 only has one USB port, I've got a powered hub to connect the two different types of drives, is this setup acceptable?
2) What packages do I need to achieve this?
3) Does the DSP/BIOS and SYS/BIOS provide a similar Linux filesystem that let's me recognize the drives, do a directory listing of the files, read/write files?
4) What the API's for doing this? Are there examples?
Any links to the API and examples would be very helpful as I am brand new. I've got the hello world to work and the LED demo to work so now ready to try communicating to the drives. I have not connect the drives. I'm waiting to hear if my setup is ok.
What are the basic calls to get a handle to the thumb drive and SD card?
What are the basic calls to open file, read data from file, write data to file, close file, etc?
Thank you in advance for any help.