Arduino Due and Seeedstudio SD shield V3.1

Hello everyone,

I have been trying to use a version 3.1 shield with the Arduino Due but

can’t get the examples even to work.

If I plug the shield in to a UNO board it works as expected.[size=1]reversephonelookup.onl/ curated.onl/nba-reddit/ pcbuilder.onl/pcpartpicker/[/size]



Has anyone used this shield with the Due? If yes what if anything did you have to do to

get the examples to work.



My IDE version is 1.5.2 which is the latest I think.

The problem is with different microcontroller architecture, in Arduino UNO we are using Atmega328p microcontroller which is 8bit AVR Architecture and in Arduino Due are using Atmel SAM3X8E ARM Cortex-M3 CPU, so the lib built for 8bit AVR Architecture will not work on for the Cortex-M3.



as a solution try using SdFat Arduino library