Overview
- Object ID : 2754 (2013-03-27)
- Author : Tomas Rokicki | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Languages : PASM, SPIN
- Category : Data Storage
- Licence : Other
Content
This contains the full set of code you need to read and write files to secure digital cards in a way that is compatible with your PC.
The primary source is at http://fsrw.sf.net/.
A FAT16/FAT32 filesystem layer is provided (no subdirectories or long file names right now).
Several different versions of secure digital block-level I/O are provided.
Read speed should be about 900KBytes/second and write speed should be around 1.8 MBytes/second (or faster or slower depending on the card).
In these routines emphasis has been on keeping the code as short as possible.