2022-09-13 01:09 AM
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
2022-09-13 02:16 AM
Hi, you can find an example in Cube library F0 with SPI-SD Card FatFs (STM32091C-EVAL
Board Projects).
2022-09-13 02:24 AM
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