• USB Host MSC Applications issue
    I have tried to run USB Host MSD_File example on the MCB 1700 board (with LPC 1768). I have built and downloadded the code to the board successsfully. But when I run in debug mode and launch the UART...
  • USB Device MSC using NAND Flash -> stack overflow
    Hi, I'm trying to implement a USB Device Mass Storage project using NAND Flash. I'm using a Keil MCBSTM32F200 board. Starting from the USB Device Mass Storage sample I managed to add NAND...
  • 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...