简体   繁体   中英

sd spi mode in C language

我能知道我们如何以“ C”语言将数据从SPI发送到Micro SD卡吗?

This page has some good information on MMC and SD cards, along with a link to a "nice breakdown of the SD SPI protocol".

http://www.sparkfun.com/commerce/product_info.php?products_id=136

If you are using a Microchip microcontroller, Microchip has a set of libraries that include a library that allows access to a MMC / SD card.
it is called Memory Disk Drive (MDD) and can be found here . It works with 8 to 32 bits microcontrollers.

对于FAT文件系统,你可以找到从Microchip的一些C代码在这里 ,作为Microchip应用库的一部分。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM