• 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 : fflush() & fclose()
    I create or open one file with fopen, then im writing to file fputs,fprintf,fputc after these functions im checking files cursor position with ftell and its ok.When i use fflush function it is not writing...
  • 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...
  • Two SD card into FlashFs
    Hi. I have a processor AT91SAM9x35. It has two interfaces SD card. Can the simultaneous operation of two SD card in Native mode in FlashFS? If yes, how to write a hardware initialization each interface...