Replies: 2 comments 12 replies
-
it is easily possible, what have you tried so far, and is the issue with your descriptor |
Beta Was this translation helpful? Give feedback.
0 replies
-
I did not tried anything yet. I only use two separate descriptor sets, because I don't have any idea to merge the two sets together (in fact the descriptor settings are sometimes a little mystery to me). Maybe you could give me some advise how build this descriptor that fulfils my requirements ? Here is my source file containing the descriptor settings for the two classes. The macro |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my project I'm running two different USB classes (device stack), CDC and NET. That means I can either communicate trough a serial connection (CDC class) or over a network connection via USB (RNDIS ode ECM, NET class) derived from the
net_lwip_webserver
example. So all is build depended, means I can only use one of the two classes in the project at build build.My question: Is it possible to define a descriptor setting to let both classes use at the same time ?
Any help would be welcome
Beta Was this translation helpful? Give feedback.
All reactions