• USBHID InReport more than a single byte
    Hi everyone! I've read lots of threads on this forum (with lot of Tsuneo Chinzei's really interesting posts) about this issue, but I'm still stuck with a problem. I'm using an NXP LPC1788. I've...
  • USB HID problem when inreport size is more than 64 bytes
    I am using lpc1768 as usb hid device and have my own java code at pc side for user interface.I want to send/receive data to pc more than 64 bytes.I have changed keil sample program and I am able to out...
  • osPoolDef instead of _declare_box in a typedef struct
    Hello Everyone, I'm doing migration from RTX to CMSIS-RTOS following the apnt_264. In the RTX case I declared a box inside a typedef struct as in the following code: typedef struct mystruct_s...
  • Send more bytes with LPC2148 USB HID Demo
    What can i do to send one packet with 25 bytes or more with USB HID demo for LPC2148?
  • Read/write Structure variable byte for byte
    Hello, For our application I need to copy data from the XDATA RAM to a I2C EEPROM. How can a structure variable (in XDATA) will be read byte for byte? Then I will copy it to the EEPROM. It would also...