Need help to use SD card device on STM32H753I-EVAL2.
Hello,
We just purchased the STM32H753I-EVAL2 board and have a problem with initializing the SD card device.
With CubeMX, we create a default project:
- new project/board selector/STM32H753I-EVAL2
- "Initialize all devices with their Default Mode" --> Yes
When we test the generated firmware, we get an error when calling the MX_SDMMC1_SD_Init function. The HAL_SD_Init function will generate a timeout.
The SD card sold with the product is correctly installed.
We use SDMMC1.
We try with/or not with external transceiver.
We try with/or not with MDMA "SDMMC1 data end".
Why do we have this issue when using the default settings ?
Best regards,
