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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

1,601件の閲覧回数
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 返信

497件の閲覧回数
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.