Which is better way to implement FAT32 on sd card, use library or make one.
If library then which is better:
http://elm-chan.org/fsw/ff/00index_e.html
or
http://www.dharmanitech.com/2009/01/sd-card-interfacing-with-atmega8-fat32.html
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Which is better way to implement FAT32 on sd card, use library or make one.
If library then which is better:
http://elm-chan.org/fsw/ff/00index_e.html
or
http://www.dharmanitech.com/2009/01/sd-card-interfacing-with-atmega8-fat32.html
Depends on what your end goal is. If it is to have a working FAT32 implementation for a product, then a library might be a better way to go. If your goal is to learn about FAT32 on SD-Card, then certainly writing one is best way to learn (but browsing other code is useful as learning too).Aamir Ali said:Which is better way to implement FAT32 on sd card, use library or make one.
That's pretty arrogant. If there are working FAT32 implementations, then it can certainly be done, and I don't see anything that suggests the OP can't program.Andy Neil said:You really think you could write a FAT32 implementation yourself, from scratch - working straight from the specifications?!
Well, don't you agree that someone who is capable of doing this job would be able to answer the initial question by himself? I agree that it sounded a little bit rude, but that's Andy: telling people to consider their limitations before starting projects they might not be able to complete. Saves their time - and ours :)Brian Boorman said:That's pretty arrogant. If there are working FAT32 implementations, then it can certainly be done, and I don't see anything that suggests the OP can't program.
**Attention** This is a public forum