• Using both USB Ports as host in LPC2468
    We are Using LPC2468 in our Electronic cash register.Currently we are using USB port1 for the role of host and USB port2 for the role of Device. Now we want to use both USB ports as host simultaneously...
  • Using USB host in LPC1768
    I am trying to implement USB host in LPC1768 and have written a code which initiliazes a mass storage device and creates a file in the same.Unfortunately,the code doesn't works and am not able to decode...
  • lpc1768 no USB Host component?
    Somewhat related to: https://community.arm.com/developer/tools-software/tools/f/keil-forum/34159/cmsis-driver-usb-host-is-missing-error I've managed to successfully connect to a PC USB host when running...
  • USB CDC on STM32L device : unable to connect to host.
    Hi all, I try to make a device based on STM32L151 which will communicate through USB in CDC mode. My software was initially developped on an STM32F4-discovery board, and it was working perfectly...
  • USB host to connect multiple mass storage devices.
    Can I use lpc2148 to host USB to connect two mass storage devices to facilitate transfer of data between them?