• 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...
  • fcheck() for FAT filesystem, file corruption
    Hello, Is there any API supported for FAT-FS to determine file corruption. Similar to fcheck() in EFS (Embedded file system) Thanks, Senthil
  • fcheck do not work(MDK 4.70 NAND)
    I'm using mdk 4.70, i can use finit & fformat normally, but cannot use fcheck normally. I'm sure if some configurations are nor correct.(fcheck returns 1 in any circumstance)
  • FlashFS and SPI remap BUG?
    Hi All, I have a problem with a custom board (STM32F103C8) but also tested on a keil development kit MCBSTM32C (STM32F107VC). I'm trying to use the FlashFS with SD card in SPI mode using the SPI1...
  • Is FlashFS Buggey?
    I have some problems with FlashFS. I described one about masking in ffind() earlier but now I can't get fread() working. It works like a charm in simulating FlashFS RAM drive but in reality...