Skip to main content
cagibomber
Associate II
August 7, 2012
Question

SPI configuration problem on STM32F4 Discovery

  • August 7, 2012
  • 33 replies
  • 6297 views
Posted on August 07, 2012 at 18:55

Hi everyone,

I am trying to send some bytes of data on a sd-card (8GB) using SPI.

I started with wiring the sd slot and configuring the spi but I have nothing, not even the clock...

I have followed what's explained in the file spi.h and seen other post about spi but I still don't see where I am wrong.

I'd really appreciate if you can help me with it ! Thank you.

#spi-sd-card-stm32-discovery
This topic has been closed for replies.

33 replies

Cesar cfg
Associate III
March 5, 2013
Posted on March 05, 2013 at 12:48

Hi 

i am using the stm32f10b eval board and i want to save a text file into a micro sd card ,i know that i should use the fatfs file system but i am not able to integrate the library in my project .

so my question is there a library distinated to stm32f10b or someone who had used it.

thanks 

Tesla DeLorean
Guru
March 5, 2013
Posted on March 05, 2013 at 15:37

I'm not using the F1 commercially and don't have an STM3210B-EVAL. I think it uses the SPI bus to access the cards, and the V3.5.0 library looks to have SPI_SD support code, and projects for the EVAL board.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Cesar cfg
Associate III
March 5, 2013
Posted on March 05, 2013 at 16:49

i can not find this library