2024-10-08 12:12 AM
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
2024-10-08 04:04 AM
@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:
It's just a bunch of C source code ...