Part Number:AM3352
Tool/software: TI-RTOS
Is there a way to use the Starterware USB CDC driver to run USB in high-speed mode rather than full speed? If there is, I would have expected there to be something in the call to USBDCDCInit that would specify the USB speed. In particular, I would expect it to be in the psCDCDevice parameter which is of type tUSBDCDCDevice. The tUSBDCDCDevice struct does contain low level USB entries for USB Vendor and Product ID, maximum power and power attributes but I don't see anything that addresses the USB connection speed.
The Starterware Wiki Image may be NSFW.
Clik here to view. has a table listing features where it says 'High Speed/Full Speed (Refer to Class Description for details)' in the columns for AM1808 and AM335X (I'm using AM3352 processor) in my application. But I've hit a dead end trying to find the 'Class Description' in order to find out how to select USB speed.
Kevin Jennings