• USB HID Mouse for LPC2148 controller
    Hi All, I am trying to implement a HID mouse on LPC2148 board.I downloaded code from keil for the same controller and tried to use it but it did not work.If anybody has working code then please post...
  • USB Keyboard/Mouse HID
    Hi, I'm trying to implement a mouse and keyboard via my LPC2378 ARM chip. I have the mouse working correctly using the Keil USB classes. How would I go about implementing the keyboard side on the...
  • Touchpad mouse using lpc2148
    I am using ARM as HID and have interfaced touchpad to the lpc2148,,, now i want to convert the ADC values obtained at the o/p ports as the movements of the mouse pointer (i.e touchpad mouse) please provide...
  • LPC1756 HID mouse, no IN report interrupt
    Hi, I'm trying to implement the generic USB mouse functionality on NXP LPC1756. Basing on Keil LED HID example, I modified the USB descriptor as following: /* HID Report Descriptor */ const uint8_t...
  • USB Mouse with Scroll Wheel
    Dear All, I want to write a HID Mouse Driver using LPC2148 controller. I re-worked on the example given by Keil HID and was able to detect the board as USB Mouse. This mouse has only three buttons...