Skip to main content
Visitor II
September 13, 2022
Question

CubeIDE STM32F429 SD card SPI interface.

  • September 13, 2022
  • 2 replies
  • 2032 views

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

    This topic has been closed for replies.

    2 replies

    Graduate II
    September 13, 2022

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

    Board Projects).

    Technical Moderator
    September 13, 2022

    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