• 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...
  • fflush doesn't work on LPC23xx
    Hi I have problem on fflush in rl-arm4.13. fflush doesn't work at all and always zero is result of this function. no data will save on SD card after this function. but fclose works well. ...
  • Need of fflush in multithreaded program
    Hi, We have a application containing multiple thread. File operations are handled in multiple threads. Will the fwrite() return only after sending the data to the lower driver or do we need to invoke...
  • 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...