• LPC1788 USB host controller using RL-USB
    Dear friends, I have designed a LPC1788 board and I am trying to develop a program to use its USB host controller. I am using RL-USB and RL-FlashFS file system. The layout is similar that of the...
  • 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; ...
  • LPC1788 USB HOST HID
    I want to add a usb keyboard to my LPC1788 board. I'm using RL-USB for it. I have successfully used RL-usb to read and write a usb flash-drive. But i can not get it to work with a usb keyboard, usbh_hid_status...
  • USB Host Controller for LPC2148
    Hi everyone! Has anybody tried to add USB Host controller to LPC2148 (i.e. adding external USB host chip)? This means that the device will be accepting other USB devices and then process it. So at...
  • USB host controller addon
    Hello, I was hoping somebody would be able to recommend a USB host controller "add-on" (you know, like these external modem modules)? Keil do not support USB host functionality yet, and I was hoping...