• 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...
  • USB HID 4 IN endpoints Problems
    Hi All, I followed http://www.keil.com/forum/docs/thread11649.asp to try add 4 in endpoints with 64 byte data length on my MCB2300(LPC2368)board, But it can not be recognized. I can not fig it out...
  • 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...
  • LPC2368 HID Keyboard
    Hi, I've been try to modify USB_HID lpc23xx code to keyboard. and I aleady read this forum. www.cygnal.org/.../001381.html and I already modify usbdesc.c for keyboard. Now PC can see my lpc2368...