I'm trying to run this on a SAMV71, but when I connect to my win11 PC the device enumeration fails due to an invalid configuration descriptor. However, connecting to a linux host seems to be working fine. I haven't changed any of the descriptors in the project. Any ideas what might be the issue?
I found the issue, I was using USB in low-power mode, so the max packet size value of 1024 was incorrect. After changing it to 64 the device enuimerates correctly.
Hi Alex!
I'm trying to run this on a SAMV71, but when I connect to my win11 PC the device enumeration fails due to an invalid configuration descriptor. However, connecting to a linux host seems to be working fine. I haven't changed any of the descriptors in the project. Any ideas what might be the issue?