Other Parts Discussed in Thread: BLE-STACK
Hi.
I am using SenorTag BLE with LCD DevPack. I have compiled stack and LCD devpack app successfully using BLE-STACK v2.1 with CCS6 and ran it on the device, the LCD was working and showing BLE state and some other info.
I want to have the temperature displayed on the LCD screen. So i found out that there is a preprocessor symbol of EXCLUDE_TMP, i have removed it.
I have also changed
SensorTmp007_enable(false);
to
SensorTmp007_enable(true);
in SensorTmp007_init(). After this i compiled and ran the application and saw that it hangs at:
success = SensorI2C_writeReg(TMP007_REG_ADDR_CONFIG, (uint8_t*)&val, REGISTER_LENGTH);
in the file SensorTmp007.c
Can you please help me resolve this issue? How can I display the temperature on the screen
Kind Regards