How to install the SD card Driver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-03-28 2:12 AM
How to install the SD card Driver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 5:29 AM
What did you try?
How did it fail? Be specific.A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 5: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 5: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'')
A complex system designed from scratch never works and cannot be patched up to make it work.
