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

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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

1,617 次查看
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

标记 (8)
1 回复

513 次查看
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.