Skip to content

Drive Strength of Wire/I2C #1930

Answered by earlephilhower
ZinnerC asked this question in Q&A
Discussion options

You must be logged in to vote

Apart from physical testing (Trc, for example) you can read the RP2040 chip datasheet. IT has the muxing and pad configurations. I'm pretty sure the drive strength is independent of what is driving the pin.

You should also manually call the gpio_Set_drive_strength (see cores/rp2040/wiring_digital.cpp) after starting the SPI/Wire.begin just to be double-certain.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ZinnerC
Comment options

@earlephilhower
Comment options

Answer selected by ZinnerC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants