• 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...
  • 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...
  • problem with code more than 800 byte size
    Keil evaluation copy is used I am facing problem when i compile a 845 byte size c program written for my project.for 800 bytes it is compiling without error. please help me out for expanding my program...
  • problem with code more than 800 byte size
    Keil evaluation copy is used I am facing problem when i compile a 845 byte size c program written for my project.for 800 bytes it is compiling without error. please help me out for expanding my program...
  • USB: sending an structure on InReport instead of BYTE typedef
    I want to know how to modify the next function to send an structure and no the typedef BYTE; USB_WriteEP(0x81,InReport, sizeof(InReport)); the structure is: typedef struct{ unsigned char...