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