• fflush in flashFS doesn't work
    Hi there is a kind of problem that made me crazy in flashFS I tried to use fflush but it doesn't work at all, it always get zero as response but till fclose nothing will saved on memory card. is...
  • fflush in flashFS doesn't work
    Hi there is a kind of problem that made me crazy in flashFS I tried to use fflush but it doesn't work at all, it always get zero as response but till fclose nothing will saved on memory card. is...
  • RL-FlashFs doesn't support fflush() for SD card.
    I tried many times fflush function for sd card , then i saw these codes on internet .These codes belongs to old keil version . /* * R T L - F l a s h F i l e S y s t e m * * Name: _FS_FLUSHBUF.C...
  • RL-FlashFs doesn't support fflush() for SD card.
    I tried many times fflush function for sd card , then i saw these codes on internet .These codes belongs to old keil version . /* * R T L - F l a s h F i l e S y s t e m * * Name: _FS_FLUSHBUF.C...
  • LPC2148 SD interface WITHOUT USING fclose()
    Hi all, I am successfully integrating SD card with LPC2148. Am able to read write data in .txt, .csv files. While opening and closing of file it takes too much time, fopen() takes 8ms, and fclose...