• USB1 VBUS sensing with MCB4357
    Hello, I need to get an IRQ when my USB device gets attached to or detached from USB host. I think I have a solution, but it does not work stably and I suspect it might have something to do with...
  • 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...
  • USB Host and Composite device..
    How to make on STM32F4 USB a host with support of the Composite device? I made the project in CubeMX, but in this project there is a support of different classes of devices, but there is no support...
  • Uboot - USB Host and device
    Aye all , I am using u-boot1.1.5 for my application ,I need to know is the uboot supports Device/Host or Both? Its bit critical for me .Hoping the response soon Thanks SAP
  • 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...