Question
HID Report
I have a USB-Audio source for STM32F446MC.
I would like to add an HID and run Next Track etc.
The USB analysis tool recognises the HID descriptor, but the HID report descriptor is not recognised.
When I traced it with a debugger, I found that no USB_REQ_GET_DESCRIPTOR request was received from the host in the HID setup function.
What do you think is the cause?
