Custom USB Device: "Unknown device (device descriptor request failed)" error in Windows
I'm using STM32L073RZ on my own board, and I am trying to program USB device (I tried virtual COM and HID, separately).But after plugging into PC it is detected (after a while) with "Unknown device (device descriptor request failed)" error in windows 1
Electrically (PCB):
I think that PCB is not an error here - I just have D+ and D- short tracks from the connector to the uC and that's all.
I have a pull-up 1.5k (I tried with and without it), but it is not even needed in STM32. I have check connection and a cable and I'm certain it connects.
Code:
I'm using HAL and STM32CubeMx generated code merged with my project
is this a software or hardware issue?
