2021-08-02 11:25 AM
Just starting with STM32 on STM32L562 DK using CubeIDE and trying example in video. Debugger halts on error trying to initialize SD card, which is not used in this project. From the video it looks like MX_SDMMC1_SD_Init() is called there too.
if (HAL_SD_Init(&hsd1) != HAL_OK)
{
Error_Handler();
}
Solved! Go to Solution.
2021-08-04 02:01 PM
Project required SD card present.
2021-08-04 02:01 PM
Project required SD card present.