| Hello, | | I am working on interfacing an SD card to a microcontroller. | I need to read the SD card filesystem speicification v1.01. If anyone | of you has it , could you please post it or email it to me ? | I would be grateful to you for the same. | | Thanks in advance, | Ted
My suggestion would be to make a few test files to store on the SD card. If there's only one filetype that you'll be storing (i.e. say you'll only be putting .bmp images on it) make a few small test .bmp files of various sizes and upload them on the SD card.
Then have the microcontroller read back the raw bits to your computer, and analyze the result with a hex editor. See what sort of header information/checksum info is stored. Since you know the filetype, you can discard the header info, and if it's something that you can put up with a few errors once and a while then you can discard the checksum too.
Anyone think this would work? Whatever you do, be sure to have a backup plan (i.e. use MMC instead).
--
MT
To reply directly, take every occurrence of the letter 'y' out of my
Click to see the full signature