• arm FlashFS
    Hi! I'm using your FlashFS with LPC2119;but I Don't know How to add __ram to IAP_Execute.c file ,There are five fountions in it: void IAP_Execute (struct sIAP *pIAP) U32 GetSecNum (U32 adr) int...
  • Partitioning with FlashFS
    Hi all, I'm wondering if there is a way to partition my SPI Flash Device with FlashFS from Keil? For prevent dataloss on powerfail, i'd like to have two seperate partitions with the same data...
  • RL-FlashFS
    Does someone knows if the RL-FlashFS is fully implemented? I am having problems with the storing data on the flash file system. I opened the file with fopen, then wrote some data into it, and close it...
  • 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...
  • LPC1766 FlashFS works not correclty
    Dear All: I wanna start a project with FlashFS to access the on-board AT45DB321 flash, without RT OS. I configured the FS_SPI_FlashPrg.c, File_Config.c as the RL-ARM guide required. Here...