cancel
Showing results for 
Search instead for 
Did you mean: 

Is there some documentation available, which desribes how to setup SD card in DMA mode with Cube MX ?

uwe2
Associate II

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.....

1 REPLY 1
uwe2
Associate II

In UM1884 (HAL and LL STM32L4 description) SD generic is missing. So the official description doesn t contain the HAL SD generic documentation. Maybe somebody from ST knows, where this information can be found.