Hi,
I’m trying to interface my Sparkfun microSD with my Arduino Due. I had quite a few problems with it so I tried to use this simple program with it but it fails → http://arduino.cc/en/Tutorial/CardInfo . The following message appears in the serial monitor: “initialization failed. Things to check:…”
The code doesn’t work off the bat and I had to add the SPI header line. → #include <SPI.h>
I tried it with an Arduino UNO too but that fails as well. My microSD card is a 2GB card formated into FAT32. I also changed the CS to 8 as I am using a Sparkfun microSD shield.
The quickstart guide from Sparkfun instructed me to solder the headers onto the shield, but I am currently using the shield without the headers soldered on, to test it. How likely is it that this is the issue?
Any help is appreciated.
Thanks