• USB Host example errors for LPC17xx
    Hello, i'm trying to run USB Host code example provided by NXP for LPC17xx. I have LPC1768 and I'm using the mass storage example. I already check my board, it doesn't matter what I do I always get...
  • Problem with using USB HOST HS example
    Hello, I am working with USB HS Host in MSC class with STM32F407 MCU. I want to write to the memory cells of a flash drive using usb. (It doesn't matter for me to write with a standard like FatFs, I...
  • 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 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 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...