Pimoroni Pico Plus 2 with your code:Make sure you are using proper board definition (pimoroni_pga2350), not pico2 which has no upper GPIOs.
In CMakeLists.txt:PIO can access upper GPIOs, but only 32 at a time (0-31 or 16-47).
Code:
Initialized!GPIO32 level: 1GPIO32 level: 1GPIO32 level: 1GPIO32 level: 1GPIO32 level: 1GPIO32 level: 1In CMakeLists.txt:
Code:
set(PICO_BOARD pimoroni_pga2350 CACHE STRING "Board type")Statistics: Posted by gmx — Fri May 16, 2025 2:17 am