SD card cluster size
Graham Stabler
Posts: 2,510
I'm helping a friend with a little coding on the propeller, he is now reading encoders at high speed with some of my code and has come to the point where he wants to write some data to an SD card. I've done some searching and it is suggested that the card is formatted to a 32kb cluster size, it is a 2Gb card and this makes it FAT16 automatically, in Rokicki's code however if the cluster size is set to 32000 then it will try to declare two arrays each of 32kb which is obviously not possible.
Are we missing something here? Obviously we are [noparse]:)[/noparse]
Thanks
Graham
Are we missing something here? Obviously we are [noparse]:)[/noparse]
Thanks
Graham
Comments
Jonathan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
lonesock
Piranha are people too.
Cheers,
Graham
Jonathan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
lonesock
Piranha are people too.
Cheers,
Graham
http://forums.parallax.com/showthread.php?p=844245
You can also check on the latest status via the SourceForge page:
fsrw.hg.sourceforge.net/hgweb/fsrw/fsrw/
(There haven't been too many updates recently, so the 2.4 zip is most likely sufficient, unless you want to set the date for your log files.)
Jonathan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
lonesock
Piranha are people too.
Graham