cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F20X USB HID Composite Device with Multiple Interfaces

brijesh
Associate
Posted on November 04, 2014 at 09:03

Hi,

I want to Implement HID device with Keyboard , Mouse and Vendor defined functionality. I am using USB device library that comes with STM32Cube_FW_F2_V1.1.0 lib. In it there is no example explaining this. 

Any Suggestion/Ideas on how to implement this ?

#usb-device #stm32f205 #cube
1 REPLY 1
Posted on January 12, 2015 at 17:35

Hi,

The STM32Cube FW package includes examples based on elementary USB classes (MSC, HID, CDC,...). 

Multi-interface applications (composite) are not yet developed. We’ll notify our development team about this subject.  

It is possible to achieve your own composite USB Device, by combining the desired classes' drivers into one class, under your own folder within: Middlewares\ST\STM32_USB Device Library\Class

Regards,

Heisenberg.