Using ESP32 SDIO like SD card

Ra3wum
Posts: 1
Joined: Fri Jan 03, 2020 12:01 pm

Using ESP32 SDIO like SD card

Postby Ra3wum » Fri Jan 03, 2020 12:06 pm

Can SDIO slave block emulate SD card with file system like fat32?

ESP_igrr
Posts: 2071
Joined: Tue Dec 01, 2015 8:37 am

Re: Using ESP32 SDIO like SD card

Postby ESP_igrr » Sat Jan 04, 2020 8:08 pm

Unfortunately, no. ESP32 SDIO slave supports only specific set of commands, such as IO read and write (CMD52, CMD53 in SD standard). SD cards need to implement a different set of commands, such as CMD17, 18, 24, 25 (single/multiple block read/write).

Since the commands are implemented by SDIO slave hardware, implementing the missing commands in software is not possible, unfortunately.

Who is online

Users browsing this forum: Bing [Bot] and 104 guests