Page 1 of 1

Winows 10, x64, with running AN00136, it showed the device driver is not installed code 28

Posted: Mon Nov 22, 2021 4:11 am
by ciphertext
Dears,
Nowadays, I was learning USB bulk with using example AN00136 on xCore200.
Now, the deice manager shows "the device driver is not installed code 28" when the xCore200 connects to laptop with USB cable.
I think the USB driver on laptop is not stalled correctly. My laptop is based on windows 10, x64.

Is there any drivers I can use to correct this problem?
Or anything else I ignored?

Thanks

Re: Winows 10, x64, with running AN00136, it showed the device driver is not installed code 28

Posted: Mon Nov 22, 2021 12:52 pm
by mon2
Validate the same concept using the XMOS supplied USB Mouse HID IP. This is a HIGH SPEED USB 2.0 IP that will create a mouse using the native native HID driver found on most operating systems that support USB.

The mouse pointer will then move in a square / rectangular pattern till stopped. Does that work for you?

Re: Winows 10, x64, with running AN00136, it showed the device driver is not installed code 28

Posted: Mon Dec 06, 2021 9:12 pm
by RitchRock
Did you try the recommendation in section B.2 Windows driver:
On Windows you require a custom driver to support the vendor specific USB device. This is provided in the driver directory within the Win32 directory. When starting the device for the first time you will need to point Windows at this directory when it requests a driver to install for the device.

Re: Winows 10, x64, with running AN00136, it showed the device driver is not installed code 28

Posted: Tue Dec 21, 2021 6:34 am
by ciphertext
Thank you all.
I've found a tool to generate windows driver & the USB sample can run successfully.