cancel
Showing results for 
Search instead for 
Did you mean: 

CubeIDE STM32F429 SD card SPI interface.

IlConte
Associate III

Dear all, For STM32F429 I have to use a SD card controlled by SPI (MISO MOSI SCK DETECT)

I work with STM32CubeIDE and I am looking for a code example or library

Thanks

Stefano

2 REPLIES 2
Slh
Senior

Hi, you can find an example in Cube library F0 with SPI-SD Card FatFs (STM32091C-EVAL

Board Projects).

Imen.D
ST Employee

Hello @IlConte​ 

I advise you to use STM32CubeMX to configure SD Card via SPI and generate your project.

Maybe this example with STM32CubeF4 MCU package may help you:

STM32Cube_FW_F4_V1.27.1\Projects\STM324x9I_EVAL\Applications\FatFs\FatFs_uSD

Make simple search in Google to find several links and videos that helps you and guide you about using a SD card controlled by SPI.

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen