This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Strange I2C/TWI Pullup Behaviour NRF53

We're developing on a custom NRF53 board. With the I2C bus disconnected from all peripherals, but with external 10k pullups connected, we get the following waveform when attempring a transaction at 400kHz (yellow SCL, blue SDA):

It shows the device attempting to communicate (with its system voltage at 3.3V) and seems normal. If we remove the external pullups, however, then we get this:

As far as we can tell on the software side, the internal pullups are enabled, so its not clear why the waveform would be significantly different (and have strange timing)

Parents Reply
  • bsams said:
    Our FW and HW is custom, so it is difficult to port it to the DK.

    Ok, I still think it would be good to rule out board issues. Do you see the same behavior with I2C/TWI slave(s) connected to the bus? 

    bsams said:
    My understanding of the drive strength is that it would affect the fall time, not the rise time?

    Yes, since it is configured with S0D1 by default (Standard '0'. disconnect '1'), I believe you are correct that it should not affect rise time.

Children
No Data
Related