Hello,
1) As per below link, for 11-bits whether 5 LSB bits are zero. I don’t think so. Even I am seeing values in 5 LSB bits. Please confirm.
2) I am fine with single digit after decimal point and if want to store the value read from Temperature register [0:15] whether below approach will be fine.
a) Do Sampling with 14-bit resolution.
b) Right shift upper 11-bits of Temperature[0:15] register by 5 bits.
c) Store 11-bit and whenever required use below math to compute actual temperature value.
((11-bit temperature value) / 2 ^ 11) *165) - 40
Where 2 ^ 11 is 2048
I want single digit accuracy after decimal point. (Ex: 12.1)
Thanks & Regards
Vishnu Beema