cancel
Showing results for 
Search instead for 
Did you mean: 

NUCLEO-L476RG access SD card using SPI

XZhen.2
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
KnarfB
Principal III

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.

View solution in original post

1 REPLY 1
KnarfB
Principal III

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.