Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 262198

CCS/MSP432P401R: Issue with SimpleLink "Multi-threaded RTOS Thermostat" example

$
0
0

Part Number: MSP432P401R

Tool/software: Code Composer Studio

Hello,

I had an issue with the "temperature.c" code after project build.

With respect to the following piece of code, the "Board_TMP_ADDR" is undefined.

/* Point to the T ambient register and read its 2 bytes */
txBuffer[0] = TMP007_OBJ_TEMP;
i2cTransaction.slaveAddress = Board_TMP_ADDR;
i2cTransaction.writeBuf = txBuffer;
i2cTransaction.writeCount = 1;
i2cTransaction.readBuf = rxBuffer;
i2cTransaction.readCount = 2;

Could you please tell me the relevant value of  "Board_TMP_ADDR" ?

Thanks & Regards,

Anthony


Viewing all articles
Browse latest Browse all 262198

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>