I'm trying to run the Arduino 22 example SD->Files (creates and deletes files on an SD card.
Right at the top of setup() it says:
Serial.begin(9600);
Serial.print("Initializing SD card...");
The sketch uploads without error but never gets as far as sending that message.
I'm running on a Diecimila with optiboot. The compile output says:
Binary sketch size: 11996 (of a 15360 byte maximum)
Does the SD library need more than 3364 bytes of headroom?