Using SPI1 instead of SPI0 with the SD card library #1035
Unanswered
NatanielSlo
asked this question in
Q&A
Replies: 1 comment
-
Check out https://arduino-pico.readthedocs.io/en/latest/fs.html#using-second-spi-port-for-sd |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So i am trying to connect and then launch a SD card reader to raspberry pico using SPI1 and not the default SPI0 one because the default one is taken by a LoRa module.
I figured out this the way to define my SPI1 pins, but i still have no clue how to launch the SD card library on SPI1 and not the default SPI0.
I know that the defining code is right because i tested the sd card module on alternative SPI0 pins and it worked,
But i still have no clue on how to run a SPI device on SPI1
Please have mercy i am a beginner.
Beta Was this translation helpful? Give feedback.
All reactions