I am trying to run PIO SPI example using GPIOs more than 31, but I am not able to initialise them correctly. Things I have configured in my SDK:
- I have changed the
#define PICO_RP2350A 0
- I have added gpio base to 16 for my
pio1 using pio_set_gpio_base(pio1, 16);
I am using the latest SDK v2.2.0