cancel
Showing results for 
Search instead for 
Did you mean: 

SD Card on STM32VL-Discovery

apatel
Associate II
Posted on December 13, 2011 at 09:14

Hi 

Has anyone got an SD Card or MMC talking to the Discovery board yet? I can't find much information on the forum. Can anyone, point me in the right direction?

Thanks in advance

Amir

#sd-card #mmc #stm32-discovery #sd-card
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Posted on December 13, 2011 at 17:28

I can't find much information on the forum. Can anyone, point me in the right direction?

Review the schematics from other STM32 development boards that support the features you want. ie from ST, Keil, IAR/Olimex, etc
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
apatel
Associate II
Posted on December 13, 2011 at 23:07

thanks for the quick reply, Clive1.

I meant from a software point of view? I understand the STM32VL Discovery does not support SDIO. That's why I assume I might need to use SPI. But exactly how, I'm not sure.

Any ideas?

Thanks again

Amir

Andrew Neil
Super User
Posted on December 13, 2011 at 23:33

''I might need to use SPI. But exactly how, I'm not sure''

 

The SD Card neither knows nor cares what controller you use, nor what board it is mounted on; you just need to follow the standard procedures which are well-documented on many web pages:

http://www.lmgtfy.com?q=SD+Card+SPI+Microcontroller

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.