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
Arduino board: Generio RP2350B with 4M of Flash and 8M of PSRAM@109MHz using GPIO0 as CS.
Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.19
List the steps to reproduce the problem below (if possible attach a sketch or
copy the sketch code in too):
First of all, I'm sorry that I didn't use the official development board, but a module I layout myself.
Below is my test environment:
Arduino-Pico version: 4.4.0
Adafruit_NeoPixel library version: 1.12.3
The LED lights up fine when I run the strandtest example using GPIO25, but when I switch to GPIO44 the RP2350B seems to freeze and Windows will pop up a notification saying USB Device not recognized.
Earlephilhower, form the Arduino-Pico project, said ‘ I would imagine that the library needs to be updated to work properly with the RP2350B and the add'l GPIO pins above 32 which have special needs w/PIO and direct GPIO access.’
So I came here to open this issue, thank you so much!
The text was updated successfully, but these errors were encountered:
copy the sketch code in too):
First of all, I'm sorry that I didn't use the official development board, but a module I layout myself.
Below is my test environment:
Arduino-Pico version: 4.4.0
Adafruit_NeoPixel library version: 1.12.3
The LED lights up fine when I run the strandtest example using GPIO25, but when I switch to GPIO44 the RP2350B seems to freeze and Windows will pop up a notification saying USB Device not recognized.
Earlephilhower, form the Arduino-Pico project, said ‘ I would imagine that the library needs to be updated to work properly with the RP2350B and the add'l GPIO pins above 32 which have special needs w/PIO and direct GPIO access.’
So I came here to open this issue, thank you so much!
The text was updated successfully, but these errors were encountered: