Skip to main content
Nello Cris
Associate
October 8, 2024
Question

NUCLEO-C031C6 board and SD card interface by SPI

  • October 8, 2024
  • 1 reply
  • 686 views

Hello,

I've just bought two boards NUCLEO-C031C6 and I'm using Stm32CubeIDE to program the board.

I would like to know if it's possible to connect an SD card with that board using SPI.

I see that FatFS is no more available in Stm32CubeIDE, but there is Filex that should be the same, but there is no SD Interface checkbox, why?

Any help will be appreciated.


Thank you.

Nello

    1 reply

    Andrew Neil
    Super User
    October 8, 2024

    @Nello Cris wrote:

    I see that FatFS is no more available in Stm32CubeIDE


    FatFS is an independent 3rd-party library - you can still use it as such, if you wish:

    http://elm-chan.org/fsw/ff/

    It's just a bunch of C source code ...

    A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.