This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Connecting SD-Card to ARM7

Hello,
a nice day to everyone.
Of course i know my thread is not so KEIL specific but i'am not sure how to start it somewhere else.

How can i connect a cheap SD-Card or some other storage medium to an ARM7 microcontroller. The idea is to have mega or giga bytes of memory instead of a few kilo bytes.

I'am looking forward to your friendly suggestions.
What about the hardware, what about the software.
Can a PC read out the data then from the memory-card?

Cincerly yours :-)

Parents
  • How can i connect a cheap SD-Card or some other storage medium to an ARM7 microcontroller. <p>

    Usually, the chip manufacturers have application notes on how to connect various mass storage devices (SD/MMC cards, CF cards, even IDE hard drives) to their chips. Look for those on the manufacturers web sites.

    Can a PC read out the data then from the memory-card?<p>

    If you use a file system that the PC understands (FAT32 will do), sure.

Reply
  • How can i connect a cheap SD-Card or some other storage medium to an ARM7 microcontroller. <p>

    Usually, the chip manufacturers have application notes on how to connect various mass storage devices (SD/MMC cards, CF cards, even IDE hard drives) to their chips. Look for those on the manufacturers web sites.

    Can a PC read out the data then from the memory-card?<p>

    If you use a file system that the PC understands (FAT32 will do), sure.

Children