• USB: mounting file systems
    Hello, If I mount a USB device on a windows machine, can the device in any reliable way create files so that they appear on the windows explorer? I know the device is mounted on Windows so that Windows...
  • Mounting file systems
    Hello, I am going to start working with RL-ARM any time soon. We are confronting a problem that I already know is going to hurt: our controller is going to function as a mass storage device, that has...
  • Can't mount FS on NAND
    Hi all. I'm trying to mount file system on NAND flash MT29F1G08ABADAH4. I'm using cortex m4. Here are my NAND setting: #define NAND0_ENABLE 1 #define NAND0_TYPE 0 #define NAND0_DRIVER 0 #define...
  • Problem in mounting RAM drive
    I am using fle system middleware component to store some data in the RAM of LPC1768.But whenever the function fmount() is called after calling finit() function, it returns an error code of fsNoFileSystem...
  • SD card not getting mount
    I am trying to interface SD card with LPC1768 MCU using CMSIS file system middleware. I have configured the system in SPI mode using memory card drive(M0:).Initialization function returns the desired...