• FlashFS ffind problem
    Can i find files in folders with ffind ? like as : ffind ("myfolder/*.*",&info).
  • RL-FlashFS TcpNet problem
    FILE *f; int main() { SystemInit(); finit(); f=fopen("M:\\Temp_Files\\1.jpg","w"); while(f==NULL); fclose(f); } //This program can run and creat a new file "1.jpg",but... int main() { SystemInit...
  • problem with combining MicroLib with FlashFs
    Hello all, I want to use SD-Card with FAT-32, so I should use FlashFs. But when I use it, it consume so much "ZI-data". Also I want to use UDP Socket. On the other hand when I use FlashFs, I can not...
  • 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...
  • 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...