stm32f7 SDIO not initializing
Posted on October 03, 2017 at 17:53Hi,I'm having trouble getting SDIO to work on a STM32F767 based project. I used the exemple provided in the CubeMX repo to try a dummy read/write, but the initialization process stall in the SD_PowerON() function.A...