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.

LAUNCHXL-CC2650: Issue in I2C read

Part Number: LAUNCHXL-CC2650

Hi

I am working on Contiki sw stack.

Here,I am trying to interface with sdp810 differential pressure sensor using "I2C" here I am able to write the command (0x36,0x1E)to the register as I have checked the status in i2c_status() in board_i2c.c, here "status = ti_lib_i2c_master_err(I2C0_BASE);" writtens status = 0

but when I am trying to read by calling "board_i2c_read(...)" "status" gives me '4' so that is why I am not able to read data what might be the problem, how to resolve this.

Is it the sensor problem?

thank you