SDMMC_IT_SDIOIT won't fire with STM32H743ZI when connected to SDIO card
I use the Nucleo-H743ZI to connect to an SDIO card. The IDMA done interrupt work well, and the code runs into 'SDMMC1_IRQHandler()' as expected.But after enabling the 'SDMMC_IT_SDIOIT' using:__SDMMC_ENABLE_IT(SDMMC1, SDMMC_IT_SDIOIT);And I measured t...