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.

SIMPLELINK-CC2640R2-SDK: v4.10: Close Sensor Controller I2C at Application

Part Number: SIMPLELINK-CC2640R2-SDK

Hi,

What I want to do is stop the sensor controller task then close the I2C pin. But the only scif function available to me is scifUninit(). It says that scifUninit() converts the IO in use to regular GPIO with pull-up. I want to know if calling scifUninit() also somehow equivalent to I2C_close()? My objective is to lower power consumption.

-kel