• LPC1768 and LPC1788 USB Differences
    Hi all, My USB Host Driver working fine with LPC1768 for USB HID Devices. But I want to use this driver with LPC1788(On Embedded Artist Board) its doesnt work. LPC1788 works fine with USB Host...
  • LPC1788 USB host controller
    Dear friends, I've got this weird problem with the USB controller on LPC1788. I use RL-USB to do the job. I initialize the RL-FlashFS file system on the USB and I create a text file and simply write...
  • 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...
  • LPC1788
    hi dears i use this code on keil v5.16a. when i clear a register , the pin position dont chane to 0, and it stay o 1. but in version 4.7 it works correctly. thank you. #include "LPC177x_8x...