Our STM32F7 no-OS system calls HAL_MMC_ReadBlocks_DMA() to read multiple blocks of data from eMMC storage.The STM HAL sets the MMC state machine SDMMC_DTIMER register at the start of the DMA.The DMA completes and our code receives the interrupt and h...