cancel
Showing results for 
Search instead for 
Did you mean: 

NUCLEO-C031C6 board and SD card interface by SPI

Nello Cris
Associate

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 1
Andrew Neil
Evangelist III

@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 ...