• FAT Journal bug????
    When I use enable FAT Journal on MDK 4.70,fformat command too long time than MDK 4.22.Why?
  • Using FAT for flash fs
    From some forum posts and Keil documentation, it appears that Keil RL-FlashFS implemeted in flash memory (NOR in my case)cannot use FAT16/32. Is this definitively true? Has anybody recommendations for...
  • implementing FAT with lpc2138
    Hello! i want to access the SD card connected to the lpc 2138. i have connected it to the controller. Can any body give me help how can i test the card, wether it is working properly. tested code or...
  • 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..
  • Doubt on FAT file system
    Hi to all, i am referring www.siwawi.arubi.uni-kl.de/.../ i made some changes on the code and i got some results :). my code from main.c is: FATFS *fs;/* Pointer to file system object...