Pico Max SPI MISO pin

  • Hello, you can use the "iomux 1 19" command to determine the mapping information of SPI0_MISO_M0. If the returned result is 6, it indicates that it is mapped as SPI_MISO. If the returned result is 0, it means it is in the normal GPIO mode.
  • Crocodile wrote: 2025-07-09 1:33 Hello, you can use the "iomux 1 19" command to determine the mapping information of SPI0_MISO_M0. If the returned result is 6, it indicates that it is mapped as SPI_MISO. If the returned result is 0, it means it is in the normal GPIO mode.
    It returns 0. How do I find out which pin is actually mapped to SPI_MISO by default? I'm using a breadboard and I'm flexible but I just need to know where to connect the wire to. After "iomux 1 19 6" I receive data on pin 51.