Part Number: TM4C1233H6PZ
Hi,
I'm in the process of creating a custom HID device and I'm running into an issue with the report descriptor. I've defined 3 reports: 1 input report and 2 output reports. The 2 output reports seem to create an issue with each other due to their different Report Counts. The C# gui that I'm using to communicate with always shows an error with Report 2 but Report 3 works correctly.
Now the catch is, if I increase the Report Count of Report 2 to match the Report Count of Report 3 the reports works correctly.
I believe for some reason the USB library is only taking into account 1 specific Report Count (the highest one). Is this the case?
Attached is my report descriptor

