2019-09-17 06: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.
2019-09-18 05:43 AM
There are some examples outside of the Cube. Please google.
-- pa
2019-09-18 07:32 PM
Thank you again.
2019-09-18 07: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.