Drive Strength of Wire/I2C #1930
-
I have currently a circuit which shifts the [email protected] to 5v. For this purpose I use the TCA9517. The question now is how I set the drive strength for the I2C. For a general output it is clear (documentation) however for the I2C it is not. Would be nice if somebody could give me a hint who I could set the drive strength. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I think just setting the |
Beta Was this translation helpful? Give feedback.
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.