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.

Compiler/LAUNCHXL-CC1312R1: Adding I2C driver for cc13x2R1 in contiki-ng

Part Number: LAUNCHXL-CC1312R1

Tool/software: TI C/C++ Compiler

Hello Community,

I am implementing I2C sensor with contiki-ng on cc1312R1 platform. 

I took hello-world.c example and added sensor's library in code and also edited code to get I2C sensor's data.

There is no I2C support on contiki-ng for cc1312R1 platform.

I want to add I2C driver for sensor.

I used I2C.h file of other platform but I failed to get data.

How could I add I2C driver to run I2C sensor on hello-world.c code?

Thanks and Regards,

Vignesh K.