Page 1 of 1

EMMC SDK for esp32

Posted: Wed Sep 06, 2017 12:25 am
by abcdcadb
I tried to communicate to an external emmc chip using ESP32.

Of course, the library i employed, Sd card gives error.

I read from the notice in SD card code is "Only SD cards (SDSC and SDHC/SDXC) are supported now.
* Support for MMC/eMMC cards will be added later."
I believe that that library has been released for a long time, so is emmc available at the moment?

Re: EMMC SDK for esp32

Posted: Tue Oct 10, 2017 1:17 pm
by nanoTRONIC
Is there any information available concerning this feature?

Re: EMMC SDK for esp32

Posted: Thu Oct 19, 2017 6:40 am
by jsarrett
I have it working. I've submitted a pull request on GitHub, but am waiting for it to be merged to master.

https://github.com/espressif/esp-idf/pull/590

I welcome any feedback about the patches.

-James