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.

BOOSTXL-BASSENSORS: Warnings with i2ctmp project

Part Number: BOOSTXL-BASSENSORS

Hi Team,

Using the CC1352R1_LAUNCHXL with BOOSTXL-BASSENSORS attached to it. I tried importing the project "i2ctmp_CC1352R1_LAUNCHXL_tritos_ticlang". However, it is giving me the following error when I build it and debug it:

"Invalid project path: Include path not found (C:\ti\simplelink_cc13xx_cc26xx_sdk_6_20_00_29\.;C::\ti\ccs1210\xdctools_3_62_01_16_core\packages).

Resource: i2ctmp_CC1352R1_LAUNCHXL_tirtos_ticlang

Location: pathentry   

Type: Path Entry Problem"

 I think I am supposed to get the following results:

Starting the i2ctmp example

I2C Initialized!

I2C slave address 0x41 not acknowledged!
I2C slave address 0x49 not acknowledged!
Detected TMP11X sensor with slave address 0x48

Using last known sensor for samples.
Sample 0: 24 (C)
Sample 1: 24 (C)
Sample 2: 24 (C)
Sample 3: 24 (C)
Sample 4: 24 (C)
Sample 5: 24 (C)
...
Sample 19: 24 (C)
I2C closed!

Do I get this result on the Code Composer Studio when I debug the project?

Thank you.

-Mark