• 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 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 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 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; ...