Hello All!
I use my own PCB with EFM32GG332F1024 MCU.
I'm trying to run USB HID.
However, my Report Descriptor is not read correctly!
Could someone check my descriptor?
Here is my Report Descriptor:
SL_ALIGN(4)
const char HID_ReportDescriptor[] SL_ATTRIBUTE_ALIGN(4) =
{
0x06, 0x00, 0xff, // USAGE_PAGE (Vendor Defined Page 1)
0x09, 0x01, // USAGE (Vendor Usage 1)
0xa1, 0x01, // COLLECTION (A
↧