You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
I have a similar problem with the Heltec CubeCell Plus Dev-Board—its SPI1 (that's the second SPI bus in this case) pins are more conveniently located than the SPI pins and would generally be those used to connect SPI devices.
I note that the ESP32 version of the SD library includes the ability to specify the SPI bus to be used. It would be good if this option were also available in the present version of the library.
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
The text was updated successfully, but these errors were encountered: