Forum breadcrumbs - You are here:ForumDevelopment: DevelopmentMMC and SD cards
You need to log in to create posts and topics.

MMC and SD cards

In this link :

https://softgun.sourceforge.net/

MMC and SD cards have been emulated in C language. The software uses a disk image file, which represents the file system. A structure is created with the card data and the disk image that represents the MMC-SD. The data from the structure is read and written via SPI. It seems good (it also implements different types of commercial cards). Unfortunately for me it is too complicated to implement in SimilIDE, however I report it in case it could interest someone.

Another useful link is this (in 4 parts):

http://www.rjhcoding.com/avrc-sd-interface-1.php

Regards