Help getting STM32L496G-DISCO SD card DMA writing
I am currently trying to get the SD DMA + FreeRTOS on board the STM32L496G-DISCO working. Currently, I can get just the regular SD card working but once I try the DMA + FreeRTOS, the whole project seizes. The example code included with the cube insta...