You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to develop an application using the UC-USBD stack which would have a CDC-ACM endpoint and two Audio streaming endpoints. I am currently testing with the loopback demo. I was able to make it work on a Linux computer, but windows gives me a "This device cannot start. (Code 10)" error for the audio interfaces.
I am still a novice in the world of USB but from what I was able to understand, windows expects the USB audio class to use an interface association descriptor. I tried grouping the audio interfaces using the USBD_IF_Grp function but I can't get it working. Does anyone have a clue what modifications if any are required to support this ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have been trying to develop an application using the UC-USBD stack which would have a CDC-ACM endpoint and two Audio streaming endpoints. I am currently testing with the loopback demo. I was able to make it work on a Linux computer, but windows gives me a "This device cannot start. (Code 10)" error for the audio interfaces.
I am still a novice in the world of USB but from what I was able to understand, windows expects the USB audio class to use an interface association descriptor. I tried grouping the audio interfaces using the
USBD_IF_Grp
function but I can't get it working. Does anyone have a clue what modifications if any are required to support this ?Beta Was this translation helpful? Give feedback.
All reactions