You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully run the hello_pio example on RP2350B based on #2051 . Now RP2350B has two pins connected to USB. I want to use PIO to simulate USB to realize USB master-slave communication, but after burning the firmware, I don't detect any signal on the pins. Even if I use pins below 32 and PICO_PIO_USE_GPIO_BASE=0.
https://github.com/sekigon-gonnoc/Pico-PIO-USB This code works fine on the RP2040. If it is run on the RP2350B and the pins below 32 are used to implement the PIO function, the program should run without any modification.
RP2040:
RP2350B:
The text was updated successfully, but these errors were encountered:
Hello,
I have successfully run the hello_pio example on RP2350B based on #2051 . Now RP2350B has two pins connected to USB. I want to use PIO to simulate USB to realize USB master-slave communication, but after burning the firmware, I don't detect any signal on the pins. Even if I use pins below 32 and PICO_PIO_USE_GPIO_BASE=0.
https://github.com/sekigon-gonnoc/Pico-PIO-USB This code works fine on the RP2040. If it is run on the RP2350B and the pins below 32 are used to implement the PIO function, the program should run without any modification.
RP2040:
RP2350B:
The text was updated successfully, but these errors were encountered: