Hi,
The User Manual writes the exact parameter values. UM11126, page 770:
"3. An equation can be used to convert these results into the final temperature sensor
reading: A*[alpha*(Vbe8-Vbe1)/(Vbe8 + alpha*(Vbe8-Vbe1))] - B.
4. Depending on the device revision, following Alpha., A and B values are needed to
achieve +/- 4 C temperature accuracy. For device revision 0A: Alpha=9.5, A=770 and
B = 289.4. For device revision 1B: Alpha= 8.5, A=804 and B = 280."
Since my device has 1B revision number, I have to use parameter values in the equation written in point 3: Alpha=8.5, A=804 and B=280.
But the SDK is using a different parameter set: Alpha=11.5, A=744.6, B=313.7.
Which parameter set (Alpha, A, B) should the programmer use?