SDIO (SDMMC) and FatFS with CubeMX
Posted on May 12, 2016 at 13:55Hello! I try to use the SDMMC1 interface together with FatFS. Initialization is created with CubeMX. My init is something like this: ... MX_LTDC_Init(); MX_SDMMC1_SD_Init(); MX_FATFS_Init(); ... Then I try to use the S...