I got an error below:
recipe for target 'simple_peripheral_CC1352R1_LAUNCHXL_tirtos7_ticlang.out' failed
undefined first referenced
symbol in file
--------- ----------------
I2C_config C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_02_23/source/ti/drivers/lib/ticlang/m4f/drivers_cc13x2.a<I2CCC26XX.c.obj>
I2C_count C:/ti/simplelink_cc13xx_cc26xx_sdk_7_10_02_23/source/ti/drivers/lib/ticlang/m4f/drivers_cc13x2.a<I2CCC26XX.c.obj>
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "simple_peripheral_CC1352R1_LAUNCHXL_tirtos7_ticlang.out" not built
How can I solve the problem? I don't know my SDK's version and I used "#include <ti/drivers/I2C.h>" library. Any suggestions will be appreciated.