Content originally posted in LPCWare by hellospencer on Tue Jul 10 01:38:50 MST 2012
Hello, I'm having problems to run the RDB1768cmsis2_usb_serial example.
Simply put, it doesn't work.
I've soldered a type B connector on a breadboard, similar to the picture from below (no resistors on D+/D-, no pull-up on D+ like in Fig 48.). Is this the correct setup?
I'm running Ubuntu 12.04. The dmesg output says something like:
Quote:
[ 94.384337] usb 6-1: new low-speed USB device number 3 using uhci_hcd
[ 94.504072] usb 6-1: device descriptor read/64, error -71
[ 94.732047] usb 6-1: device descriptor read/64, error -71
[ 94.948095] usb 6-1: new low-speed USB device number 4 using uhci_hcd
[ 95.068076] usb 6-1: device descriptor read/64, error -71
[ 95.296043] usb 6-1: device descriptor read/64, error -71
[ 95.512065] usb 6-1: new low-speed USB device number 5 using uhci_hcd
[ 95.920057] usb 6-1: device not accepting address 5, error -71
[ 96.032081] usb 6-1: new low-speed USB device number 6 using uhci_hcd
[ 96.440074] usb 6-1: device not accepting address 6, error -71
[ 96.440097] hub 6-0:1.0: unable to enumerate USB device on port 1
I've run successfully some ttyACMx devices on that box, so the PC-side should be alright.
Does someone have a clue what's going on? Thanks!