Does someone knows if the RL-FlashFS is fully implemented? I am having problems with the storing data on the flash file system. I opened the file with fopen, then wrote some data into it, and close it with fclose. The new created file is an empty file. I am using a MCBSTR9 board. Is there any known issue regarding the MCBSTR9 platform or flash file system on this platform? IDoes anyone know if this is a problem? And a solution/workaround for this?
Could someone from Keil please share some light in this issue?
Thanks, Tom
The flash file system seem to work on non-RTX examples but the same code on RTX doesn't write anything into the files. I get an empty file.
I finally got it to work called _sys_open, _sys_write, _sys_read, andd _sys_close from retarget.c