eMMC with SDIO
Hello every one I want to use EMMC instead of SD card with SDIO interface with STM32F407VET6. I have tried SD 1bit and 4bits wide bus. (I am choosing SD to enable FATFS)First I've used f_mkfs to create a File System on the eMMC. It returns FR_OK. And...