Hi guys,
How could I use an eMMC storage with RIOT os on my microcontroller. I’m using a samd51 if that helps. I checked on the RIOT documentation page but I couldn’t find any help for eMMC.
Hi guys,
How could I use an eMMC storage with RIOT os on my microcontroller. I’m using a samd51 if that helps. I checked on the RIOT documentation page but I couldn’t find any help for eMMC.
Hello @yohand Currently RIOT doesn’t support eMMC over SDIO yet. However, it does support SD card over SDIO or SPI if that can help you. Since SDIO support for SD card exists, it might be not too hard to add support for eMMC alongside. Maybe @gschorcht has some pointers ?
eMMC should be supported by the SDHC driver, see same54-xpro
for an example.