STM32L4 SD CARD FATFS Example not working
Hello,
I have a system based on STM32L452 with SDCARD. I can read and write in the SD card using the HAL functions but when I try to integrate the FATFS file system I have issues with DMA when trying to read/write to the SDA card (interrupts never arrives). I can mount the SD CARD and format.
I have followed this video step by step: https://www.youtube.com/watch?v=I9KDN1o6924
If I try not t use the DMA instead I cannot even format the SD card and I get TXUNDRUN error.
I am using STM32Cube IDE 1.6.1
Thanks!
Andrea
