Hi,
I am using the ezdsp c5535 I have programmed the CSL USB CDC example onto the device. I am trying to get the serial port to open on my mac. CCS and programming is done on a Windows virtual machine, but my thought was that since the CDC definition is standard my mac should recognized it.
I get the following error messages from the kernel:
13-01-23 3:15:27.000 PM kernel: USBF: 205848. 85 USB Device TMSC5505 is violating Section 9.3.5 of the USB Specification -- Error in GetConfigDescriptor( wLength = 4)
13-01-23 3:16:02.000 PM kernel: USBF: 205883.535 AppleUSBEHCI[0xffffff8013ec7000]::Found a transaction which hasn't moved in 5 seconds on bus 0x1d, timing out! (Addr: 0, EP: 0)
13-01-23 3:16:08.000 PM kernel: USBF: 205889.536 AppleUSBEHCI[0xffffff8013ec7000]::Found a transaction which hasn't moved in 5 seconds on bus 0x1d, timing out! (Addr: 0, EP: 0)
13-01-23 3:16:08.000 PM kernel: USBF: 205889.569 [0xffffff802223ee00] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in. It will keep retrying. (Port 1 of Hub at 0x1d100000)
13-01-23 3:16:15.000 PM kernel: USBF: 205896.541 AppleUSBEHCI[0xffffff8013ec7000]::Found a transaction which hasn't moved in 5 seconds on bus 0x1d, timing out! (Addr: 0, EP: 0)
13-01-23 3:16:21.000 PM kernel: USBF: 205902.544 AppleUSBEHCI[0xffffff8013ec7000]::Found a transaction which hasn't moved in 5 seconds on bus 0x1d, timing out! (Addr: 0, EP: 0)
Please help.
-Chris