I have some problems with FlashFS.
I described one about masking in ffind() earlier but now I can't get fread() working.
It works like a charm in simulating FlashFS RAM drive but in reality it doesn't work with MMC/uSD, It hangs.
fgetc() works fine but I need to read various-sized (int and short) values.
I can circumvent the issue by using 2 or 4 fgetc() but I want to know is it my fault or FlashFS is buggey? :(
Does anybody else have had same problems with FlashFS?