Part Number: TMP1075
Other Parts Discussed in Thread: TMP390, TMP108, TMP119, TMP117, TMP116, HDC2080, HDC2010, TMP4718
I have a case where the temperature sensor's alert pin doesn go low even if the temperature exceeds the higher limit
I have set the following values into the temperature sensor when my device powers up:
HLIM = 0x3c00 ( 60 deg. C)
LLIM = 0xF100 ( -15 deg. C)
CFGR = 0x50ff
I also read back the value after each write to the register to make sure the setting is done correctly.
I increase the temperature of the device to cross 60 deg C. But the alert pin doesn not at all go low.
I can read back the register values, and can see the set values are still available on the registers.
At this stage, if i write to these registers again ( the same values ), then the alert pin goes low immediately.
Why is it that it doesnt work the first time?, i have to resend the values?