enjoy-digital / litesdcard

Small footprint and configurable SDCard core
Other
107 stars 35 forks source link

LiteSDCard for SDcard emulation #18

Closed Blobfishman closed 3 years ago

Blobfishman commented 4 years ago

Hi, I want to implement a SD-Card to USB (flash drive) adapter by emulating a slave SD-Card and performing all filesystem(fat32) actions on the connected USB flash drive. During my research I found a similar project on hackday.io referencing this project as a solution for the emulation. After reading the Readme, however, I'm not sure that LiteSDCard is capable of emulating a SD-Card (due to the section Performances) by acting as a slave SD device. So my question is: Is the LiteSDCard a SD host and/or a slave SD device (sd card emulatio) implementation?

enjoy-digital commented 3 years ago

Hello @Blobfishman,

sorry for the late answer, but LiteSDCard only implements SD Host: it's used to read and write from/to a SD Card from a SoC.