Does the core have access to GPIO ALT functions of unexposed pins #1335
-
Im planning on making a custom board of RP2040 and use this pico core, The Rpi pico has some unexposed GPIO: 23 - used to control the buck converter Does the core able to use their alt functions? PWM, i2c, uart, and SPI no problem? |
Beta Was this translation helpful? Give feedback.
Answered by
earlephilhower
Mar 29, 2023
Replies: 1 comment 1 reply
-
Sure, they're just generic GPIOs in the RP2040 itself. The end user needs to make sure they don't end up breaking something by using them, but it's all there. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
drakejest
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure, they're just generic GPIOs in the RP2040 itself. The end user needs to make sure they don't end up breaking something by using them, but it's all there.