interface between SD card and PIC16F877A

Thread Starter

Kit0302

Joined Apr 13, 2011
1
Hey guys,

I am doing a project that needs to write and read data from the SD card using PIC16F877A, does someone have the PIC C code for this?

Thanks
 

t06afre

Joined May 11, 2009
5,934
Yes Microchip offer a C library for this. I think it support both HI-tech C and Microchip C compiler. And I am also quite sure this is free
 

mjhilger

Joined Feb 28, 2011
118
I got that code following the Master Conference 2008. At that time you had to sign paperwork because of the propritary nature of the SD (like USB, Bluetooth, Zigbee etc.) allows for its members. The SD interface for Microchip was limited to the slower method of transfer and non-HD at the time. But as stated there is information on their site. I probably still have the FAE name if you need. Also the forums on the Microchip site have a lot of people who have implemented SD and are very willing to help.
 

t06afre

Joined May 11, 2009
5,934
It is also written a book about this "Sd Card Projects Using the Pic Microcontroller" By Dogan Ibrahim. But this book is based on the PIC18F series. If your SD card support SPI It should not be that hard
 
Top