Skip to content
Discussion options

You must be logged in to vote

Only certain pins can be used with the built in SPI peripheral. This is a hardware level constraint, see section 2.4.3 of the RP2040 datasheet.
So for example MOSI (SPI TX) cannot be allocated to GPIO 0.

An alternative approach based on a PIO SPI implementation is possible, see setup file 61.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by nadavmatalon
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
Converted from issue

This discussion was converted from issue #2987 on December 03, 2023 15:59.