Part Number:TMS320F28069F
Tool/software: Code Composer Studio
I have a F28069 controlCARD plugged into a TI Docking station USB-EMU board with a USB connector. The connector is connected to my laptop through a USB cable. I have been able to debug on the processor through CCS.
Recently, I loaded the usb_host_msc through C2000Ware into my project. I have been able to build and load the code onto the device to debug. The loaded code should allow me to navigate through a FAT formatted USB stick. I have formatted and added two text files (one in the root and another in a folder) and was hoping to using TeraTerm (or the built in Terminal mode through the CCS debugger) to use the UI. After loading it, and seeing data come back on the uart, I can't seem to get any characters into the stream to allow the program to react to my input. I have tried switching USB ports to no avail.
Any suggestions?