This is most likely it. I need to set 8 pins to low using the SET pins but you can only map 5 SET pins at once so i don't know how to counter this...See sm_config_set_set_pins() in the SDK. Limited to 5 pins. Usage incorrect, but I have no idea if it caused the issue, since I haven't used PIO before. See:
https://github.com/raspberrypi/pico-sdk ... ware/pio.h
Might write 0b000 to SET_COUNT and 0b001 to SIDESET_COUNT.
Statistics: Posted by PU5PSY — Thu Feb 20, 2025 4:56 am