How should I configure SDMMC1 for STM32H747I-DISCO?
I try a lot of clock configurations but it always response command timeout error at the following line of the generated MX_SDMMC1_SD_Init function.if (HAL_SD_Init(&hsd1) != HAL_OK) { Error_Handler(); }How should I set the SDMMC1 configuration for ST...