• Managing a USB MSD via USB Host MDK-PRO
    Hi guys, I'm implementing a USB Host driver using the MDK-PRO libraries. I understand that I must run usbh_engine(0) to catch host events and finit("U0:") to initialise the drive for access,...
  • Managing a USB MSD via USB Host MDK-PRO
    Hi guys, I'm implementing a USB Host driver using the MDK-PRO libraries. I understand that I must run usbh_engine(0) to catch host events and finit("U0:") to initialise the drive for access,...
  • Does MDK USB Host component support hubs?
    As the subject. Does USBH component support devices connection thru one or more level of hubs? I guess it does not, else this would be mentioned in documentation. Can anyone confirm? Thanks, ...
  • Does MDK USB Host component support hubs?
    As the subject. Does USBH component support devices connection thru one or more level of hubs? I guess it does not, else this would be mentioned in documentation. Can anyone confirm? Thanks, ...
  • How to create a USB host custom class for Mdk 5
    I am developing a USB Host Application using LPC1857. I need send data to device with bulk transfer. The MDK-ARM Version 5 only supports HID and MSC in USB Host component. But when I defined micro...