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.

CC2650:

Part Number: CC2650

i2cStart();

i2cTx(0x32);             //Slave address with write option

i2cTx(0x0F);              //who am i register

i2cRepeatedStart();       //repeated

i2cTx(0x33);            //slave address with read option

i2cRxNack(output.o);

i2cStop();

I am using LIS2DE12 ACCELEROMTER SENSOR.In above code i2c status always showing like this state.i2cstatus=0x0001, then what is the problem