sparkfun / SF32u4_boards

Support files for SparkFun's 32u4-based Arduino-compatible development boards.
70 stars 75 forks source link

Device Descriptor Failed #18

Open jbonnett92 opened 5 years ago

jbonnett92 commented 5 years ago

I used the command (USBASP over the ICSP header): avrdude -p m32u4 -P usb -c usbasp -U flash:w:Caterina-promicro8.hex -U efuse:w:0xcb:m -U hfuse:w:0xd8:m -U lfuse:w:0xff:m

The bootloader was successfully written, although I get a device descriptor failed error in device manager. Any ideas what this could be?

Here is my schematic: Schematic_Schematic-refined_Schematic-Redefined_20190714032447

66463027_2406183452973005_6559535398916194304_n 66648391_2133720866755071_4160397569660289024_n

I did upload an example program using the same method and it worked: Working example video