Microcontroller › 8051 › How to interface SD card with 8051? › Hi, SD card can be interfaced
May 9, 2012 at 10:32 am
#7679
Participant
Hi,
SD card can be interfaced to microcontroller using SPI communication & 8051 does not have built in SPI function to interface with SD Card, you need to create SPI function, which is little difficult & time consuming. Suggest you to switch to latest versions of 8051 based controllers which has built in SPI function & it would be easy for you to interface with SDcard.
Basic Interface of SPI includes four pins –> MISO, MOSI, SCK & SS
ThanQ