STM32 USB Host Device Lib V2.2.0 only support 1 Report Descriptor.
I need two interface with HID usb. One for Keyboard and Mouse, the other for Custom USB for transfer data. I success create for Keyboard and Mouse, but the other Custom USB is error. Is there anyway to support 2 Report Descriptor like USB library for...