• Query Related to USB HID
    Date : 18th Feb 2008 Hello frnds, In my developing I am using USBHID code (available on keil.com) for lpc236x series for USB HID communication. Now any PC have more than 2 USB port. and I want to...
  • LPC1788 problem with USB host
    Hello. My CPU is LPC1788. I have code like this: void TestFunc(void) { if(finit ("U0:") == 0) { while(1) { usbh_engine_all(); if(usbh_msc_status(0, 0)) { . . . } if(Exit) break; ...
  • USB HOST PROBLEM
    I'm new in using USB host.we are using LPC2388 controller and trying to configure USB host.When USB flash drive connected to the port,the RoothubStatus interrupt is not setting.I think i'm correct i...
  • USB Host Enumeration problem
    Hello, I've never done a USB Host interface before, now I am trying to enumerate USB Host using NXP's USBHostLite example using LPC1768 controller. It stuck at "while (!HOST_RhscIntr);" ...
  • USB host
    Hello Sir, I am trying to make LPC2468 as a USB host . I am able to perform both read and write operation. but i am facing a problem that when I create file of size greater than 5 KB...