Skip to main content
XZhen.2
Associate II
February 16, 2021
Solved

NUCLEO-L476RG access SD card using SPI

  • February 16, 2021
  • 1 reply
  • 1014 views

Dear all

I am trying to access my SD card using SPI, I tried the code below but I couldn't get it work.

is there any official tutorial about SD card of NUCLEO-L476RG?

SD CARD Info: 32GB, SDHC, FAT format

https://github.com/eziya/STM32_SPI_SDCARD

This topic has been closed for replies.
Best answer by KnarfB

There is some sample code downloaded with the L4 firmware STM32Cube_FW_L4_V1.14.0/Projects/NUCLEO-L476RG/Demonstrations/Adafruit_LCD_1_8_SD_Joystick and also available in the STM github repo.

1 reply

KnarfB
KnarfBBest answer
Super User
February 16, 2021

There is some sample code downloaded with the L4 firmware STM32Cube_FW_L4_V1.14.0/Projects/NUCLEO-L476RG/Demonstrations/Adafruit_LCD_1_8_SD_Joystick and also available in the STM github repo.