arduino-libraries / SD

SD Library for Arduino
http://arduino.cc/
GNU General Public License v3.0
181 stars 154 forks source link

choice of SPI port #139

Open Nocentinia opened 1 year ago

Nocentinia commented 1 year ago

Hello guys, I recently bought a new Arduino GIGA R1 WIFI which has multiple ports for SPI communication. I wanted to ask you if it was possible to change the SPI port on which the microSD cards interface. the need arises from the fact of being able to create PCBs that are more convenient to design, the SPI1 port that is used is located in the male pins in the center of the board, while for example the SPI5 port is located between pins 10 and 13 in the female pins. Please let me know if the problem can be resolved and thanks in advance!

Related forum discussion:

https://forum.arduino.cc/t/choice-of-spi-port/1178433