• usbDeviceError in USB CDC connection
    Hello everyone, I have a following problem, I am trying to use my LPC4357 on MCB4300 as USB Host for CDC connection. I have the simplest code #include <stdio.h> #include "cmsis_os.h" #include...
  • 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...
  • 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...
  • 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...
  • STM32F4 USB Host HID application
    “We are trying to develop a USB Host HID application where using the controller STM32F4, and the USB stack library available on the ST website, we are trying to send data/command to an USB HID device...