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.

CCS/CC2650: cc2650 launchpad; TMP116EVM

Part Number: CC2650
Other Parts Discussed in Thread: TMP116,

Tool/software: Code Composer Studio

Hi dear friends,

I have here a CC2650 launchpad, connected to a TMP116. In Sensor Controller Studio, I verified that the temp sensor is working, and I created the code necessary to talk to the sensor by I2C. I'm now using swru537 'integrating SCS code on project zero...' for using the generated code. Instead of using project zero (which doesn't exist for CC2650), I'm using the example provided with the BLE stack: simple_Peripheral for an CC2650 lp C:\ti\simplelink\ble_sdk_2_02_02_25\examples\cc2650lp\simple_peripheral\ccs\app . In the swru537pdf, I omitted everything related to the debouncer,  so I skip step 7 'SCS code modification for button debouncer" and step 8 Integrating button debouncer to I2C light sensor project. I used the I2C light sensor project as a starting point for the TMP116 readouts. I thus move on to step 9, and when I complete all tos steps and changed multiple sourcefiles, the compiler doen't recognize that files have been altered, so no new .out file is generated. As a result, when I debug, I just debug the standard simple peripheral project instead of the version with I2C TMP116 support. Why is this happening? When I clean the project, apparently the compiler cannot find needed *.d files anymore, so compilation fails.

regards

Jeroen