• 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 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...
  • USB HOST HID TOUCHPAD
    i am using this product Smart Cat PRO MOUSE(GP415U-5321), i am attached to my STM32 evaluation board. Normal operation are working like Right,Left and center click but the external feature are not working...
  • USB Host for HID on LPC2388
    Hello, I am currently trying to modify the USB Host Stack Light for the LPC2388 in order to communicate with a keyboard. I am having difficulties in requesting interrupt transfers from the keyboard device...
  • USB Host HID usbDeviceError
    Hi I have made a simple program for LPC4337 Device, this is my code for initiating the HID mouse that I have connected to my board. The problem is that I got this error usbDeviceError and my USB...