This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Am335 Starterware USB1 "device descriptor read/64, error -110"

Hi,

I am working on am335 based custom board and using StarterWare_02_00_00_07 . We configured USB 0 as host and USB 1 as device mode .i did modify usb_host_mouse example its working fine but when i am running usb_dev_mouse example USB 1 is not detecting.

Given below is the output of dmesg command

     usb 2-1.3: new high-speed USB device number 98 using ehci_hcd
     usb 2-1.3: device descriptor read/64, error -110

Every time I plug in the USB cable to Host, the USB library on the device is reporting USB_EVENT_SUSPEND.

Can anyone help me to solve this issue

Thanks