HAL_SD using DMA trigger the HAL_SD_RxCpltCallback() but not the HAL_SD_TxCpltCallback()?
I have setup the HAL_SD system to perform DMA transfers, the SD card can be read from but it fails to write.The program just hangs in a while loop waiting for WaitStatus to equal 1, but the interrupt that sets it to 1 is never called. It's running on...