• 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...
  • 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...
  • 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...
  • 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...
  • 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...