This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is FlashFS Buggey?

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?

0