• 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,...
  • USB MSD+CDC composite device
    Although this issue was touched several times in the past, I would like to share my problems - maybe somebody has the clue. CPU is STM32f4 (Keil dev.board)in HS mode and RTX is running underneath. PC...
  • LPC2468 USB-MSD ChanFs FAT32
    Dear All i have a problem with modified version of USB hostlite with Mr Chans FS SFAT32. DRESULT disk_ioctl(BYTE drv, /* Physical drive number (0..) */ BYTE ctrl, /* Control code */ void *buff...
  • composite device msd+hid
    hello my friends! I want to implement Atmel composite device code (msd+hid) on at91sam7s256 . I downloaded the software package and tried to implement usb mass storage first, it worked correctly...
  • usb libs
    It important that somebody help me to finish this please, usb asynchronous http://www.keil.com/forum/19557/ I took the example posted on this forum and try to put it into this code here...