2020-03-17 02:04 PM
Hello in my project I need a USB CDC combo device with 5 CDC channels. I use STM32F407.
How can I do that?
In the CubeMX I can setup 5 "interfaces"/"configurations". But in my system appears only 1 CDC channel.
But there are more than 1 interface registered.
I would have expected 5 CDCs.
Any pointer howto continue?
( I know that the example cdc driver does not multi instances and I have to advance)
Thanks in advance, Adib.
--
on linux I get:
lsusb -d 483: -v|grep EP
Couldn't open device, some information will be missing
bEndpointAddress 0x82 EP 2 IN
bEndpointAddress 0x01 EP 1 OUT
bEndpointAddress 0x81 EP 1 IN
bEndpointAddress 0x82 EP 2 IN
bEndpointAddress 0x01 EP 1 OUT
bEndpointAddress 0x81 EP 1 IN
bEndpointAddress 0x82 EP 2 IN
bEndpointAddress 0x01 EP 1 OUT
bEndpointAddress 0x81 EP 1 IN
bEndpointAddress 0x82 EP 2 IN
bEndpointAddress 0x01 EP 1 OUT
bEndpointAddress 0x81 EP 1 IN
bEndpointAddress 0x82 EP 2 IN
bEndpointAddress 0x01 EP 1 OUT
bEndpointAddress 0x81 EP 1 IN