Use with seeed xiao rp2040 #172
Unanswered
thomas-watters-skydio
asked this question in
Q&A
Replies: 1 comment
-
i have a 1.56k pull-up between D+ and +3.3V (J4.5) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ref: Seeed-Studio-XIAO-RP2040-v1.3.pdf
I was able to get
usb_device
to work on the XIAO RP2040 withdefault
PIO_USB_DP_PIN_DEFAULT = 0
, usingJ2.7 -> D+
andJ4.1 -> D-
(GPIO0, GPIO1)
,also was able to get it to work with
PIO_USB_DP_PIN_DEFAULT = 28
J2.3 -> D+
andJ2.4 -> D-
(GPIO28, GPIO29)
,but I couldn't get it to work with
PIO_USB_DP_PIN_DEFAULT = 3
J4.4 -> D+
andJ4.3 -> D-
(GPIO3, GPIO4)
any ideas, does the DP+ have to be on an "even" pin?
Beta Was this translation helpful? Give feedback.
All reactions