• 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. ...
  • 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...
  • 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...
  • 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...
  • rl-flashfs : fputs/fgets doesn't works
    Hello, I'm trying to setup the flash-fs library with SPI SD-card on STM32F100 device. I've modified the SPI_STM32F100x.c driver to match with SPI2 device and needed I/O (CS, SD detect..) The finit...