• Fat Filesystem for LPC2148
    Hi, How to write FAT File system code for LPC2148 to interface SD/MMC card.Is their any standard code available for that??..i tried with mthomas file system but not working..
  • Filesystem: How to check if FAT drive is initialzed or not?
    Hi, Re: MDK-ARM CM3 Middleware FileSystem. FAT Drive on a NAND Flash ("N0:"). I'm looking for a method to check, wether a FAT drive is initialized or not! I must check, wether finit() had already...
  • FlashFS: Bug in fcheck (fs_fcheck.c)
    I strongly believe that there is a bug in fcheck. If I create a simple file on S:, fcheck returns that the file system is inconsistent afterwards. Tracing down the problem pointed me to a bug in fs_fcheck...
  • fcheck() always return 1
    Hi, I am using Flash file system for interfacing sd card using SPI. MCU is LPC2138. Every thing is working fine except for fcheck() which always returns 1. I am using the latest versions MDK4.54...
  • Filesystem
    Any idea for a C-language source library (freely available) to be used as a starting point, having to write a very simple filesystem (just EEPROM and RAM data seen as very short files, to be accessed...