• LPC2148 HID example program not working?
    I can NOT get this example to work? I have been using the MCB2140 for several weeks, no problem there. I can open the HID project in uVision3, compile it, download it, run it, step thru it. Then I...
  • LPC2148 HID
    Hello, I'm trying to understand this code "LPC2148 USB HID (Human Interface Device) Example". After enumeration an interrupt is always generated (for Endpoint IN 1). Then the report is sent to the...
  • USB HID Problem with LPC2148
    Hi I managed to download USB HID Examples from the website and tested with LPC2148 and my PC using HID Client Example. The hardware responds to ON/OFF Commands as well as the Client Program responds...
  • LPC2148 USB HID
    How to change report size in USB HID class. I would like to change ReportSize(8) to ReportSize(12) but the error has occur. Can I chage ReportSize to 12 bit? Now I use only one Enpoint. if I woule like...
  • 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...