Quote Originally Posted by Jerson View Post
Could anyone using the SFS3 please enlighten me on the amount of flash/ram it consumes? I cannot check it since I do not have PBPL yet.

thanks
Here is what I have on a basic setup.
<img src="http://www.picbasic.co.uk/forum/attachment.php?attachmentid=3295&stc=1&d=123865124 3">
Quote Originally Posted by Luckyborg View Post
Out of curiosity how many read/writes do you think you got out of that card. I'm always curious as to how accurate data sheets are for things like that, which I can't actually measure practically.

David
That is a hard question.

The card that failed was an old 64 MB. Well used to begin with.
When I first started playing with SDFS I was using a 1 GB card, that is when there was an append problem. I tried several cards as not all manufactures sizes are the same. The append problem was SDFS would not append a file past the sector the file originated in. It would write multiple file though. I got to testing with the 64MB card. The first sector took a beating. Fill the sector, erase or format, bang on the keyboard some more...

I do not have any idea how many times I did this.

After Jeff fixed the problem, skimask and I was doing some write speed test. I set up a loop to write 8 bytes, read, append 8 more, read... This particular card was running that loop at 3.55Hz.

The way I understand it, the MBR is in the first sector, more abuse.

I think I was about 4 hours into that test before failure.