• HID - Large USB Report Descriptor
    I've been getting up the curve on Using the STM32 cortex-m3's full-speed library (Datasheet, FS Library documentation, Jan's book, beyondlogic, etc) and have read a LOT of great posts and I think I have...
  • USB HID - What is the use of report descriptors ?
    Hey guys... I am new to the USB thing, and I need to develop a USB HID host software. My USH HID device can send any random data (of any size). Firstly, how do I map it to report descriptor ? Secondly...
  • Report Descriptor not read correct!
    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...
  • Interface Association Descriptor for MSC and HID
    Hi, Could someone help me to create an IAD for MSC and HID? I have a reference on CDC and MSC for IAD and I do just the same on it but unfortunately it didn't work. When I go to the device manager...
  • USB HID Report ID
    Hello, I am useing an SAM7S256 controller. I want to implement a USB HID communication. I have already succeded to some degree with the Keil sample code for HID. My problem is the Report descriptor...