This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMP275: seeing blip in sda data at clock 8

Part Number: TMP275

Good afternoon,

I probed the SDA and SCL (triggered on scl) bits using good probing techniques, I noticed that there is a "blip" at the 8th clock bit with a consistent shape. we are getting valid data but I am not sure what this is or why? I verified that this is the case on 2 different temp sensors

temp sensor 1

temp sensor 2

  • Hello JP,

    Can you please zoom in on the 8th clock to show what blip is being referred to. On the current images we only see regular clock pulse, so not sure if we are on the same page.
  • Good afternoon,
    The blip is on the sda line. I have attached a 3rd sensor that is on a completely separate board that shows a similar thing
     
    --------------------------------------------------
    Julia Pflibsen
    Hardware Engineer
     
    1 720 890 4528 Direct
    --------------------------------------------------
     
  • Hello Julia,

    J.P. said:
    I noticed that there is a "blip" at the 8th clock bit with a consistent

    OK, so that got me looking at the clock line. Anyways, the blip is after the 8th clock which is when the slave sends an ACK. For the slave ACK (which is active low), the master must release the SDA line. As a result the pull up takes effect which causes the SDA to go up. But at the same time the Slave starts driving the SDA line. As long as the SDA line changes when the SCL is low, it should not be an issue.

    As per the I2C specification, the SDA is sampled after the rising edge of SCL. So what you see is perfectly normal.

  • Hi Julia,

    Most likely you have a series resistor on your SDA line, and the blip is changing polarity based on which side of the resistor you monitor.

    As long as logic levels (Vih and Vil) are met, the blip should cause no issue.

    thanks,

    Ren