STM32F20X USB HID Composite Device with Multiple Interfaces
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-11-04 12:03 AM
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
Labels:
- Labels:
-
STM32Cube MCU Packages
-
STM32F2 Series
-
USB
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-01-12 8:35 AM
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\ClassRegards,Heisenberg.