• 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 : 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...
  • 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...
  • No LPC23xx support in MDK5?
    I was just wondering if there is no more LPC23xx support in MDK5? The pack installer does not list the corresponding devices I still had in the MDK4's device database. Now I managed to open a LPC2368...