2019-02-10 11:55 PM
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.....
2019-02-12 11:17 AM
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.