• 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 HID Mouse Driver using LPC2148
    Hi all, Thanks for your contineous support from this site. I want to detect my board as HID mouse when plugged to USB port of PC. For that I guess I need to write HID mouse driver. I am using...
  • USB HID keyboard on tiva controllers
    Hi all, I am trying to implement a USB hid keyboard on my Tiva C series controllers. I am using one of the sample code given for TM4C123H6PZ and I am facing some problems with it. 1: When my...
  • USB Host (HID-Keyboard) on LPC2362
    Hello, I want to make a USB-Host work on the LPC2362. Therefore, I found Sample Code for the LPC2388(in the MCB2300-folder, refer to www.keil.com/.../rlarm_usb_host_hid_kbd.htm ) that provides a Host...
  • Keyboard and mouse with a single TLC but how about the descriptors?
    Hi everyone, I am writing code for handling two HID devices on a single microcontroller (LPC11U24), and I am basically following Tsuneo's advice of handling it using TLCs. My question is: if...