Skip to main content
brijesh
Visitor II
November 4, 2014
Question

STM32F20X USB HID Composite Device with Multiple Interfaces

  • November 4, 2014
  • 1 reply
  • 605 views
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
This topic has been closed for replies.

1 reply

Montassar BEN ROMDHANE_O
Visitor II
January 12, 2015
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.