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.

Implementing FAT32 on SD card

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

  • You really think you could write a FAT32 implementation yourself, from scratch - working straight from the specifications?!

    Aamir Ali said:
    If library then which is better

    Go for whichever already has an MSP430 port...

  • Aamir Ali said:
    Which is better way to implement FAT32 on sd card, use library or make one.

    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).

    Andy Neil said:
    You really think you could write a FAT32 implementation yourself, from scratch - working straight from the specifications?!

    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.

  • 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.

    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 :)

**Attention** This is a public forum