Question
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 how about SDIO? The SDIO specification states CMD52 is needed at card side. Then what we should do at STM32 side, particularly in STM32H7?
Thanks.
