2012-10-29 02:29 AM
Hello
I want that my STM32 has two usb descriptors. For example: If I plugin my STM32 Microcontroller to a pc, the pc shouldrecognize
the STM32 as two USB Devices. (For example as Camera and as Microphone Device). Is this possible? best regards2012-10-29 12:45 PM
Yes, that would be a composite device. Like all USB devices it will have only one device descriptor, but the interfaces can belong to different classes and be controlled by different drivers on the host computer.