cancel
Showing results for 
Search instead for 
Did you mean: 

Micro SD cards communication using NUCLEO-L433RC-P

DYann.1
Senior

I would like to set up communication with a micro SD (or SD) card to save the data. I am planning to work with the NUCLEO card, I guess the communication is through the SPI interface. Do you know that libraries etc ... 

Thanks for your helps

The nucleo card is NUCLEO-L433RC-P

13 REPLIES 13
DYann.1
Senior

Ok I'll do it 😀

Hi SofLit,

After unzip the folder 'en.stm32cubel4_v1-17-0_v1.17.0.zip' an when I open 'STM32CubeL4 under \Projects\STM32L476G-EVAL\Applications\FatFs\FatFs_uSD_Standalone' that you that you mentioned

0693W00000GYPDMQA5.pngI have several folder in this directory and which one I have to take to read with Notepad ++ ? Thank for your helps.

Regards

SofLit
ST Employee

Hello,

  • Application source files are located under Src and Inc.
  • The drivers are located under \Drivers folder
  • FatFs middleware source files are located under \Middlewares\Third_Party\FatFS
  • EWARM, MDK-ARM and SW4STM32 are the IDE projects of the application for respectively IAR, Keil and systemworkbench

Hope it's clear ..

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

I open the fles source and It's work ! Thank you