Getting HAL error working on SDIO 1 bit interface on CubeMX
Posted on February 16, 2018 at 09:32Hi I am working on SDIO 1 bit interface. I am using stm32cubemx version 4.24.0 and STM32Cube FW_F4 V1.19.0.This is the code that i have written:FATFS myFATAFS; FIL myFILE; UINT testByte;if(f_mount(&myFATAFS, SDPat...