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.

1.8V I2C interface not working with DS90UB947-Q1

Hello,

I have two DS90UB947 chips on a I2C bus.  The bus is pulled up to 3.3V and I can read/write registers on the DS90UB947 without issue.  The datasheet on Page 4 says that if I connect the 'I2CSEL' pin to the 'VDDIO' pin using a 10K resistor, the I2C interface on the DS90UB947 will then be compatible with a 1.8V I2C bus.  I power off the board, connect the pins together with a 10K resistor, change the I2C bus to 1.8V and power the board back on.  Using an oscilloscope, I can see the master sending the correct voltage and correct address.  The DS90UB947 does not ACK the address.  The only things that changed are the voltage of the I2C bus, and the configuration of the I2CSEL pin.  When I reconfigure for 3.3V, everything works again.

For reference, I measured the voltages across the 10k resistor.  One side is 1.8V (connected to the VDDIO rail), the other side is about 18mV.  According to the datasheet on Page 7, the I2CSEL pin should only draw 10uA.  The 10K resistor should only be dropping 100mV.  But it is dropping almost the entire 1.8V.  I did measure the resistor and it was 9.9K.  I tried to communicate with both DS90UB947's on the bus and neither one responds at 1.8V (they are different addresses).  Both work great at 3.3V.

Unfortunately, I need this to work at 1.8V.  What am I doing wrong?

Thanks,

Jason

 

  • I discovered an embarrassingly simple but critical mistake.  When switching over to the 1.8V bus, I had been swapping the SCL and SDA lines.  However, it only partially works.  Now, I can send one message to the chip (0x0C, 0c01, 0x02) and it ACK's the address and two bytes.  However, when trying to send any subsequent messages it NACK's on the address of the chip (0x0C).  Strange.  In the meantime I have found a way to make 3.3V work on my board.

    -Jason

  • Glad you found a solution to get this working. Definitely not the first to make that mistake. There are no known issues with 1.8V supply for I2C, so if you do get back to testing perhaps removing one of the 947 devices from the I2C would help to debug.