• STM32F4 HID Host custom device
    Hello, I am interested to make USB HID HOST which can communicate with custom hid device instead of mice or keyboard. For that I have to send data to that custom hid device. I have used below...
  • STM32F4 Custom Host and custom device not sending and receiving properly
    Hi, I have been using two STM32F446 boards; One as a custom HID host and other as custom HID device. The code for the custom host was generated from CUBE mx I have gone through the discussions thread...
  • 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...
  • HID Custom Data Size
    I use the USB controller on the ARM Cortex-M3 (STM32F103R8T6) and would like to implement an HID device class for specific reasons. The HID demo from the ST USB Library works fine but it was written...
  • Host driver for HID device
    Hi I want to interface to a HID USB device. I had thought that I could use the Standard HID driver within the RL-USB library, but it seems that my device does not work with this as the usb_hid_status...