Pico Max SPI MISO pin
Posted: 2025-07-09 0:51
Hi,
I'm trying to get SPI communication working on the Pico Max board. In the pinout diagram on the Wiki page I can see that the MISO pin should be GPIO1_C3 (pin 51). I used an oscilloscope to check the data from the slave and it looks okay but the Pico only receives 0x00 indicating that the MISO line is low at all times. Is the Buildroot default SPI0 MISO pin actually pin 51 or how do I check the SPI pin mux? All the other pins (CS, CLK, MOSI) behave as they should.
I'm trying to get SPI communication working on the Pico Max board. In the pinout diagram on the Wiki page I can see that the MISO pin should be GPIO1_C3 (pin 51). I used an oscilloscope to check the data from the slave and it looks okay but the Pico only receives 0x00 indicating that the MISO line is low at all times. Is the Buildroot default SPI0 MISO pin actually pin 51 or how do I check the SPI pin mux? All the other pins (CS, CLK, MOSI) behave as they should.