2018-06-22 04:51 AM
Hi everybody
I have little trouble about STM32L052 and SD Card reader.
I don't have much knowledge about SPI communication in STM and I never used before SPI,FATFS but it seems to complex to me anyone can help me ? If there is a sample code it would be great.
2018-06-22 05:33 AM
The Adafruit SD SPI libraries under the HAL BSP examples should be a good starting point.
2018-06-22 07:48 AM
Thanks for your answer but I couldn't find library can you post link or something?
2018-06-22 08:02 AM
Download and unpack the CubeL0 HAL package, or review the examples in the repository if you have already installed it.
STM32Cube_FW_L0_V1.10.0\Drivers\BSP\Adafruit_Shield\stm32_adafruit_sd.c
2018-07-02 07:06 AM
I can't figure out how can I work with this. I don't have any board I just have STM32l052 and I try to attach sd card modul. Is there any tutorial I can work with. TY