Read file on SD card by MCB2300

Status
Not open for further replies.

jigneshshah

Newbie level 5
Joined
Oct 29, 2012
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,343
I am doing project of read file from SD card using MCB2300. I read NXP mannual um10211 but till now i don't understand flow for read file from card. I want extra material for this so anyone have material regarding for this then please give link. Advance thanks for cooperate.
 

Hello!
You need to make 2 parts:
1. An SD card driver. This allows you to write raw data anywhere on your card.
2. Once you managed to develop an SD card driver, you need a FAT file system
(I suppose that you are going to use FAT format to write your SD card with a PC and
read it with you MCU, right?

There is plenty of documentation on the net about this subject. Basically once
you know how SPI works, then you can port any SD driver, and based on that
you can port any existing FAT. Writing the FAT yourself is quite a lot of work
to reach something stable. But that's a very good programming exercise.

Dora.
 

I am use Keil MCB2300 evaluation board. It have its own SD interfacing, it not use SPI.
Thanks for your suggestion.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…