MMC and SD cards
Quote from feri on January 11, 2025, 9:52 pmIn 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
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