How to handle the data abord in SDIO card but not SD memory card?
For SD memory card when there are errors in data transfer or do multiple block transfer, we need use CMD12 to abort the transfer, And there is function for SD card in HAL library, for example, there is 'SDMMC_CmdStopTransfer' in STM32H7's lib. But ho...