Other Parts Discussed in Thread: C2000WARE
Hello,
I would like to use USB on TMS320F28377S. I'm using the LAUNCHXL-F28377S board.
I'm adapting the usb_dev_bulk example (which is not done for this board) and...it doesn't work ! :)
I'm developing on Linux.
What I did :
* Configure SCIA on GPIO84 and 85
* Configure USB to use GPIO42 and GPIO43
* Configure VBUS pin on GPIO99
* Configure ID on GPIO92.
* Disable USB0PFAULT and USB0EPEN pin because it doesn't exists on this board (and it do not seem to be mandatory).
* Connect GPIO42 and GPIO43 (J1/10 and J1/9) to a USB connector, on pins D+ and D-
* Connect USB GND to board GND
* Add a 200Kohms in serial on USB VCC and connect other side of Resistor to GPIO99 (J6/53)
* Connect GPIO92 (J6/52) to board VCC.
I run example in debug, connect usb cable to my computer and launch a dmesg command on computer :
[11432.862717] usb 1-2: new low-speed USB device number 29 using xhci_hcd
[11432.978762] usb 1-2: device descriptor read/64, error -71
[11433.198737] usb 1-2: device descriptor read/64, error -71
[11433.421733] usb 1-2: new low-speed USB device number 30 using xhci_hcd
[11433.537741] usb 1-2: device descriptor read/64, error -71
[11433.759711] usb 1-2: device descriptor read/64, error -71
[11433.867746] usb usb1-port2: attempt power cycle
[11434.503715] usb 1-2: new low-speed USB device number 31 using xhci_hcd
[11434.504209] usb 1-2: Device not responding to setup address.
[11434.708220] usb 1-2: Device not responding to setup address.
[11434.915720] usb 1-2: device not accepting address 31, error -71
[11435.029715] usb 1-2: new low-speed USB device number 32 using xhci_hcd
[11435.030184] usb 1-2: Device not responding to setup address.
[11435.236197] usb 1-2: Device not responding to setup address.
Am I doing something wrong, missing something ... ?