2011-03-28 02:12 AM
How to install the SD card Driver
2011-05-17 05:29 AM
What did you try?
How did it fail? Be specific.2011-05-17 05:29 AM
ok i m using STM3210C eval bord and i want to read a file from SD card , so first i should install the driver of the SDcard (it's connceted with SPI3)
I found an example stm32_eval_spi_sd.c in
STM32 Embedded GUI library (AN3128)
\FIRMWARE\Utilities\STM32_EVAL\Common
I'can't understand how to configure pins of SDcard.
2011-05-17 05:29 AM
Driving an SD-Card is not a trivial exercise.
Configuring the SPI interface is quite basic. Is seems that you need to spend some time gaining familiarity with the basics of the STM32 and the STM3210C eval board before moving on to more advanced projects.There are plenty of basic examples - including SPI - included with the standard peripheral library (aka ''FW Library'')