• 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 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);" ...
  • 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 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; ...
  • Problem with USB Host RL Example
    Hello! I am new in this forum but I hope anyone can help me! I am using the KEIL uVision4 V4.71.2.0 with Toolchain MDK-ARM Professional Version: 4.71.0.0. My hardware is the MCBSTM32F200 development...