Re: [AVR-Chat] MMC
2005-05-31 by Michael De Nil
Hello Hamid, Hamid reza Kabiri wrote: >hi >i have a mega64 microcontroller >how it work with a MMC(or SD) Card. >for programing the MMC to connect MMC , i need a C library . >i wnat know how i can found this library. >Thanks for help me > > SD & MMC can be accessed using SPI. You can take a look at Efsl (http://www.sourceforge.net/projects/efsl), a FAT12/16/32 library for AVR (and other embedded devices) that has a hardware layer for accessing SD-cards. Good luck, Michael De Nil