Temperature Sensor with I2C/SMBus Interface in SOT-23

Thread Starter

@vajra

Joined May 2, 2018
154
It is not clear what details in page 13 you don't understand.
Can you see rectangular red mark in image post #1
What is a Frame 3 Data Byte 1, Frame 4 Data Byte 2 ?
What is the Frame 4 Data Byte 1 Read Register , Frame 5 Data Byte 2 Read Register ?
 

Papabravo

Joined Feb 24, 2006
21,225
Yes, I can see the red marks, but I don't understand your question. What the datasheet page is trying to describe is the sequence of operations required to read and write data from a peripheral device. It takes more than one, single byte transfer to do the job.
Frame 3 Data Byte 1 is the 3rd single byte transfer between the I2C master and the peripheral device. It is the first actual data byte as opposed to address, control or status bytes.
Frame 4 Data Byte 2 is the 4th single byte transfer between the I2C master and the peripheral device. It is the second actual data byte
 
Top