MMC/SD card interfacing with FRDM-K20D50M board using SPI.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MMC/SD card interfacing with FRDM-K20D50M board using SPI.

1,599 Views
Amit_Kumar1
Senior Contributor II

Hello

I want to interface MMC/SD card to the FRDM-K20D50M board using SPI. I am using the codewarior with processor expert I don't know form where to start with. First I want to do the normal data send and store and read the data and display it through UART.I guess that can be done without using the FAT32 files. I have done the SPI communication and for MMC/SD card I explored but didn't get much help . Any help will be grateful. I want to know What is the extreme limit for interfacing the SD card in terms of GB? and what is the maximum speed of data transfer can be obtained using SPI when we interface the SD card with K20 uc.

Regards

Amit Kumar

1 Reply

495 Views
BlackNight
NXP Employee
NXP Employee

I did this with Tower cards and the FRDM-KL25Z, so you might have a look at theses projects/sources:

FatFs with Kinetis | MCU on Eclipse

Arduino Data-Logger Shield with the FRDM-KL25Z Board | MCU on Eclipse

I hope this helps.