Question
Is there some documentation available, which desribes how to setup SD card in DMA mode with Cube MX ?
I setup a project with STM32L476 and a SD card. The principel SD card is working if I use the demo project from the EVAL Kit. Now I wanted to build it with the CubeMX. I read the UM1718 and generated a SD code (for Keil MDK). The BSP_SD_ReadBlocks_DMA works, but unfortunately the ReadbackCall doesn t. So I always ran into the timeout, cause the ReadStatus never gets true.
1.) Is there some documentation available, which describes, how to enable the Callback features ?
I would highly appreciate some information about this.....
