Question
How to program CDC and HID(joystick) as USB composite for STM32F103?
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.