RPi Pico as SPI slave #15352
Unanswered
Myungjin-Jung
asked this question in
RP2040 / Pico
Replies: 1 comment 1 reply
-
The RP2040 port does not support SPI slave mode. The only ports that do are STM32 and CC3200. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am going to build multiple RPi Picos as SPI slaves connected to one RPi pico as a master using micropython.
And, I cannot find any examples or documents on making RPi Pico an SPI slave.
I have checked the sck pins, and it looks like the clock from the master is somewhat attenuated and was mixed with the slave's clock signal.
Is there any help I can get?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions