• USB HID Report size
    Hi. I'm working with LPC 2368 controller and need to write USB HID application. I'm using Keil's example as base and I need to change it to send more bytes from device to PC at once. I've changed the...
  • HID Report Size
    Hello, I'm developing a USB firmaware for LPC2378 based on the KEIL HID example. In a first step I've changed the report size to 64 Byte and added an out_endpoint as descriped in this thread: http...
  • sizeof() reporting wrong size of struct
    Using ARM and RTX on MCB2300, I have the following struct defined from an extern file storage array: typedef struct choreoEvent { U8 flags; U16 leftover; U8 disable; U16 cueid; U32 time; char name...
  • Reports wrong ZI-data size?
    Look in the table below. This is from the map file. ZI data is reported to be 62792 byte, it should be 3414 byte. Is this a bug? ------ 8< ------------ Image component sizes Code (inc...
  • Asymmetric sized USB HID IN and OUT reports
    I trying to make the OUT report size 1 while the IN report size 2 or more. Can this be done? Right now I have modified the descriptors and the client. The client sends the messages AFAIK. But device...