Device Descriptor Request failed under Windows 10 #795
Unanswered
joejackson3
asked this question in
Q&A
Replies: 1 comment 5 replies
-
|
There is a few things you could try
|
Beta Was this translation helpful? Give feedback.
5 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.
-
This is my first project using the Raspberry Pico and TinyUSB, with USB HID Device functionality.
Developed with C/C++.
I have managed to get it running OK under Linux, mouse move commands are issued correctly.
When I try to connect under Windows 10, I get "USB device malfunctioned", and in Device Manager I can see that the USB device descriptor request failed. The Pico connects OK as a mass storage device in BOOTSEL mode.
In previous discussions, I noticed that someone else had a problem with failed tusb_init(). When I query this function, I too can see that this returns false.
I'm really not sure where to go from here.
Any suggestions appreciated.
Beta Was this translation helpful? Give feedback.
All reactions