2018-09-19 12:23 AM
I would like to know if there is any examples on SD cards with SPI interface and HAL drivers. I use cube MX to generate my code and also the HAL librarys. However i know to get SD cards working with SPI I need to change the low level files which fatfs uses to communicate with the SD card. I have less clue about that and an example would really help me. Also a cubeMX option for sd card with spi would be fine^^
best regards, Benjamin.
2018-09-19 09:14 AM
The AdaFruit code provides an example of SPI usage for SD card, there should be worked examples for the NUCLEO boards using this.
STM32Cube_FW_XX_Vx.y.z\Drivers\BSP\Adafruit_Shield\stm32_adafruit_sd.c
2018-09-24 12:00 AM
Ok thank you.
I will get into it