HAL_SD_WriteBlocks_DMA - not writing or succeeding
When attempting to write to an SD card with HAL_SD_WriteBlocks_DMA() I expect the data to be written and then the card status to change to HAL_SD_CARD_TRANSFER. However, that never happens.Here's a short snippet of code I am using (this is pretty muc...