SD card problem

Anyone successful with the SD card example on a Zero?
The sketch an my hardware works fine on Uno but not on Zero
Any ideas?
Thx

Everything should work just fine. Note that the SD uses the default SPI device that is connected to the 3x2 header.

Personally, I use the alternative SPI on pins 11, 12, 13.

David.

david_prentice:
Everything should work just fine. Note that the SD uses the default SPI device that is connected to the 3x2 header.

Personally, I use the alternative SPI on pins 11, 12, 13.

David.

Hi David I guess you mean alternative pins and it's the same SPI bus ?

Edit : sorry I just learned there are 2 SPI : the code works fine on the SPI header.
Thanks David !