• Mass Storage Device reads only first sector of memory
    Good Morning, currently I am working on a mass-storage-solution based on LPC2468 with external flash. I modified the USBMEM-Examples function MSC_MemoryRead, MSC_MemoryWrite, MSC_MemoryVerify and...
  • LPC2368 USB MASS STORAGE DEVICE
    Hi, I downloaded the LPC2368 USB Mass storage Device example for MCB2300 demo board but doesn't work. The Windows XP doesn't recognizes the device and I don't understand if the problem is my workspace...
  • USB device - SCSI commands not work
    I write simple test programm (host mode, full speed) to work with USB stick. In the begining this program do: - get descriptor form USB stick (with numbers of IN and OUT end-points in the device),...
  • Wise compiler.
    It tells me that it ignores unused function. Should I use all the functions of a library that I include into my project if I need only one? IMO, if I don't use a function then there is no need neither...
  • Create Files on LPC2378 USB Mass Storage Device (Pen drive)
    Hi All, I need to store some data into USB Mass Storage Device (Pen Drive) as files (eg., .txt) by using Flash file system (FAT16/FAT32). Iam using MCB2300 board with LPC2378. There is no host controller...