SDMMC2 HAL SDIO write multiple blocks (SDIO CMD53) issue
Good morning,I am trying to send a buffer consisting of 896 elements to a Wi-Fi Chip from STM32MP131. I am trying to use the HAL Driver DMA (which uses interrupt to transfer blocks using IDMA).Although the code has several checks and balances. I am n...