Composite USB on win 10

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Composite USB on win 10

1,080 Views
raluralu
Contributor II

We have difficulties making working composite usb device. Available source example  dev_composite_cdc_msc_freertos works for Linux (debian 11 on kernel 5.10), but we can not make this device working on Windows 10. Windows reports that it can configure, but not start device. Result is that example device can not be used on Windows. USB sniffing provides some help,  but we can still not find exact source of a problem.

SDK: 2.10 (2021-07-15)
Manifest: 3.8.0
Devboard: OM13098 - LPCXpresso54628
Example: dev_composite_cdc_msc_freertos
Usb port - Fs  (source is generated for this port by default)

Any pointers that can help us move forward will help, Kind regards, Luka

0 Kudos
Reply
2 Replies

1,064 Views
raluralu
Contributor II

So far we found out that issue seems to be because all class handlers receive particular class event. Function "USB_DeviceClassEvent" dispatch request for particular class to all class handlers not only to handlers/classes this request is for. 

0 Kudos
Reply

1,053 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

I don't know what's your IDE version. Please try run the demo code with this combination:

MCUXPresso IDE v11.5+LPCXpresso54628 v2.11.0+windows10

0 Kudos
Reply