• 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-System on NAND problem
    Hi, i have a board which includes a stm32f103re and a 256MB NAND, as you may know this MCU does not have a external memory controller peripheral, so i wrote the required NAND driver in GPIO level . the...
  • OS_ERROR_TIMER_OVF when the file system is mounted.
    Hello: We are currently working on a project, with CMSIS RTOS 4.5.0 In addition we use the following components: - MDK-Middleware Version 7.0 - CMSIS File System Component Version 6.6.0 - Network...
  • USB mounting
    Sir, I am working in redhat linux.I want to mount the usb whenever i connected the usb to the system.i' ve edited the fstab but it is not working.Anyone please send me the answer.
  • 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...