Just adding SD.h takes over 500 bytes of additional RAM and this may cause your program to fail if you are already using a lot of RAM.
So if this is the case, how do you free up some ram without affecting my functional program.I just checked when I compile that my program is saying "Binary sketch size: 9378 bytes (of a 32256 byte maximum)" and when I add the include SD.h the output is "Binary sketch size: 13412 bytes (of a 32256 byte maximum)"
I have also the same problem
when i'm trying to combine tvout(which uses output pin)with the sd.h or other sd libraries.
When i put the sd library,the tvout demoPAL stop playing.After searching a lot,i found that someone found a solution
to make the output pins working the output pins
but i can't understand what is he saying...Could anyone help???
link:http://code.google.com/p/arduino-tvout/issues/detail?id=40
I checked that out and I understand what he is doing but I don't know what parts of the SD library he changed.
when i'm trying to combine tvout(which uses output pin)with the sd.h or other sd libraries.When i put the sd library,the tvout demoPAL stop playing.After searching a lot,i found that someone found a solution
to make the output pins working the output pins
but i can't understand what is he saying...Could anyone help???
link:http://code.google.com/p/arduino-tvout/issues/detail?id=40