RT1024 USB Audio 2.0 Windows 10

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

RT1024 USB Audio 2.0 Windows 10

698件の閲覧回数
asarbs
Contributor II

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? 

ラベル(1)
0 件の賞賛
返信
5 返答(返信)

646件の閲覧回数
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @asarbs,

Could you please try enabling the "USB_DEVICE_WORKAROUND_AUDIO_20_WINDOWS" macro definition under "usb_device_descriptor.h" file and let me know if this solves the issue?

BR,
Edwin.

0 件の賞賛
返信

601件の閲覧回数
asarbs
Contributor II

Hi,

Sorry for late response, I have missed notification mail. 

 

Unfortunately in my  code base I don't have any "USB_DEVICE_WORKAROUND_AUDIO_20_WINDOWS" macro. 

0 件の賞賛
返信

592件の閲覧回数
EdwinHz
NXP TechSupport
NXP TechSupport

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.

0 件の賞賛
返信

577件の閲覧回数
asarbs
Contributor II

I have based my solution on Examples and MCUXpresso IDE tool. We are glued to  SDK v2.13.0 Was USB_DEVICE_WORKAROUND_AUDIO_20_WINDOWS implemented in higher version? 

0 件の賞賛
返信

563件の閲覧回数
asarbs
Contributor II

OK, I see that USB_DEVICE_WORKAROUND_AUDIO_20_WINDOWS is available in SDK 2.16. Thanks for your support.  

タグ(1)
0 件の賞賛
返信