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