Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

ARM: Report Descriptor not read correct! (1 Replies)

$
0
0
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

Viewing all articles
Browse latest Browse all 3049

Trending Articles