• FlashFS: Bug in fcheck (fs_fcheck.c)
    I strongly believe that there is a bug in fcheck. If I create a simple file on S:, fcheck returns that the file system is inconsistent afterwards. Tracing down the problem pointed me to a bug in fs_fcheck...
  • fcheck() for FAT filesystem, file corruption
    Hello, Is there any API supported for FAT-FS to determine file corruption. Similar to fcheck() in EFS (Embedded file system) Thanks, Senthil
  • os_evt_get() is always returning 0
    I have two tasks running one for the GUI and one for a global counter. The GUI task is called when ever there is a button input. The global counter task called task_timer_handler is called from a function...
  • fcheck do not work(MDK 4.70 NAND)
    I'm using mdk 4.70, i can use finit & fformat normally, but cannot use fcheck normally. I'm sure if some configurations are nor correct.(fcheck returns 1 in any circumstance)
  • RTOS v1: os_tmr_create() always returns null
    Hello All, I have the #define OS_TIMERS 1 in the conf file; but os_tmr_create() is always returning NULL - does this work on RTOS v1? I have the v1.0 files installed; I am not able to upgrade...