USB Composite HID+HID with USB-FS-Device_Driver library
Hi,
I'm developing USB composite HID+HID (joystick and custom) device on STM32F103C8 controller. I'm not using HAL drivers for the code-size reasons so I go with USB-FS-Device library.
I can get the host recognizing composite device itself and 1st HID device also but I can not make 2nd HID device work.
The main problem I can not understand where and when I should put the report descriptor for the 2nd HID device to be read by host.
I couldn't find any example code for composite multiple HID devices with no HAL library used. Anyone can help or share his code for solving the issue?
