• USB host MSC stack overflow
    I managed to get usb host msc (mass storage class) running up until detection of the USB stick. while(true) { os_dly_wait(2); usbh_engine(0); // check for new devices if (!bConnected && usbh_msc_status...
  • Issue with USB Host
    Hello, I am using LPC 1768 for my project and i need to detect a pendrive when its pluged in. I configured my controller as USB Host. But i am not getting connected when i plug a pendrive. I...
  • msc write usb delay
    Hi all, I'm using FatFs ChaN R011a and STM32F4 HOST library 2.2.0 relasead on 2015 to develop a mass storage class usb data logger. I noticed a strange behaviour flushing the logging data on some usb...
  • USB MSC & Windows7
    Hi, some time ago I implemented Mass Storage device to access SD Card via USB (lpc23xx). The design was inspired by the Keil free example (accessing RAM via MSC). - Windows XP 32bit recognizes...
  • USB and MSC class sample
    Hi everyone, I've used mass storage code from sample codes of KEIL on AT91SAM7x256. And it works correctly; Now I want to change the Memory size show in the My computer (it always show 6 kB!). I'v...