Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/28/06 01:37
Read: times


 
#113278 - SD Card Org
Responding to: ???'s previous message
For interfacing that SD card, its datasheet doesn't really tell you much, similar to an 8051 datasheet. Like the 8051 it expects a basic knowledge of the SD specifications. Most require paid membership in the SD Card organization to access. The first thing you'll need though is the physical layer spec, which is available at their website:

http://www.sdcard.org/sdio/Simp...cation.PDF

There are lots of places to get the information on how to bit-bang an spi bus. For example, Atmel has apnotes detailing bit-banging an spi eeprom.

More difficult however will be once you get to where you can read and write the SD card at the physical layer, you'll want to do it at the logical layer, most likely involving FAT16/32...

That's more research you'll need to do.

Dennis


List of 7 messages in thread
TopicAuthorDate
interfacing of SD card to 89c52            01/01/70 00:00      
   guesses            01/01/70 00:00      
   interfacing of SD card to 89c52            01/01/70 00:00      
      i googled            01/01/70 00:00      
         Link to Guide and Datasheet            01/01/70 00:00      
            SD Card Org            01/01/70 00:00      
   SPI            01/01/70 00:00      

Back to Subject List