How to program CDC and HID(joystick) as USB composite for STM32F103?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-17 6:16 PM
I am new in STM32.
I can easily make CDC or HID device with STM32CubeIDE.
but I can not find any information for USB Composite device in STM32CubeIDE.
I want to make a USB composite device that has 3 interface as below
Interface 0 = Communication(0x02)
Interface 1 = CDC Data (0x0a)
Interface 2 = HID(joystick)
if you have any advice, please let me know.
- Labels:
-
STM32CubeIDE
-
STM32F1 Series
-
USB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-18 5:43 AM
There are some examples outside of the Cube. Please google.
-- pa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-18 7:32 PM
Thank you again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-09-18 7:33 PM
Thank you for the reply.
I already google but i can not find the answer,
only found a composite example that has CDC(1 interface) and HID(1 interface).
and I do not know, how to convert to 3 interface CDC(2 interface) and HID(1 interface).
If you have a example source or a web site, please share for me.
