This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

LPC2148 USB HID problem

Hello, I have USB HID sample from NXP (ics.nxp.com/.../an10736.zip) and it work fine. Problem is the number of USB_HID_REPORT_OUT. When I set USB_HID_REPORT_OUT 1 it is working fine and data is recieved from OutReport[0].
Then I set USB_HID_REPORT_OUT 3 and when I need to read data from OutReport[1], then readed data are 0x00. When I look to the comunication with USBTrace, I see, that the data is sended from PC (0x01,0xF0,0x0F), but in OutReport[1] it isn't (it si 0x00). Have you got any idea, where is problem? Is here someone, who tested this sample?

0