I;m working on some product that is using USB Audio 2.0. I have a communication from Linux Machines to my device via USB Audio 2.0 with out any problems, the same code on Windows 10 don't work, in Device Manager I got information about error code 10 "The specified range cannot be found in the range list" In Details under "problem status" i have 0xc000028c witch indicates that this might be an issue with Windows Driver? I'm attaching dump from USBView tool from Windows Debug toolkit with my USB descriptors configuration.
Any advice?
Hi @asarbs,
I would highly suggest you base your USB audio 2.0 application on our SDK drivers and examples, so you can enable the "USB_DEVICE_WORKAROUND_AUDIO_20_WINDOWS" macro that provides a workaround for the issue between the USB stack and Windows machines.
BR,
Edwin.