USB HID example is not enumerating on windows 10
I am trying to program a USB HID example but when I have uploaded to debug Windows will not recognise the USB device correctly.
The windows USB device viewer tool reports the following:-
*********************************************************************
[Port2] FailedEnumeration : Unknown USB Device (Device Descriptor Request Failed)
Is Port User Connectable: no
Is Port Debug Capable: no
Companion Port Number: 0
Companion Hub Symbolic Link Name:
Protocols Supported:
USB 1.1: yes
USB 2.0: yes
USB 3.0: no
---===>Device Information<===---
String Descriptor for index 2 not available while device is in low power state.
ConnectionStatus: FailedEnumeration
Current Config Value: 0x00 -> Device Bus Speed: Full (is not SuperSpeed or higher capable)
Device Address: 0x6C
Open Pipes: 0
*!*ERROR: No open pipes!
===>Device Descriptor<===
bLength: 0x12
bDescriptorType: 0x01
bcdUSB: 0x0200
bDeviceClass: 0x00
*!*ERROR: Device enumeration failure
****************************************************
Any clues as to what the problem is?
