Saturday, 8 June 2013

Easiest & cheapest way to use embedded filesystem on SD card

Easiest & cheapest way to use embedded filesystem on SD card

I want to build a cheap, basic project which logs data to an SD card that can be removed and read using a normal card reader in a computer.
Requirements are fairly basic so performance is not critical but simple would be good to enable a smaller device.
What is the best way to implement this? I guess something like FAT16? Are there free libraries for something like this?