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