Nucleo-L5 SDMMC peripheral unable to run with HAL, SDMMC, FATFS
Goal: Create a filesystem on SD-card with the SDMMC-interface.
The guide here (which should not differ for this MCU) features DMA-settings, which the L5 does not have. It seems as if a bunch of functionality is missing. Why can't I enable DMA for the SDMMC-interface?
No DMA-tab visible
Brute-forcing it returns `FS_NOT_READY` and measuring the clock-pin (which should carry a signal for **any** data-transfer) stays idle. I'm assuming that a function is calling a non-implemented weak function which doesn't actually do anything. Is there any way to run the SDMMC-peripheral manually on the L5?