Question
I am using a STM32H743 to access a SD card using the ST micro driver code. I m NOT using interrupts for the MMC however if an interrupt occurs during a file access the code sometimes crashes. By crashes I mean the read routine times out.
Why isn't the SDMMC code tolerant to interrupts?
