What is the KL17 temperature slope value?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

What is the KL17 temperature slope value?

1,468 Views
tonymakkiel
Contributor III

Hi,

What are the cold and hot temperature slope value for KL17 mentioned in the reference manual (23.5.8)?  In the example code (adc_low_power_twrkl43z48m) a different equation seem to be used.

Temperature = 25 - (ADCR_T - ADCR_TEMP25) * 100 / ADCR_100M

The above equation will always return negative value.  Should it be

Temperature = 25 - ((ADCR_T - ADCR_TEMP25) / ADCR_100M)

?

Many Thanks,

Tony

3 Replies

1,303 Views
egoodii
Senior Contributor III

You might want to refer to my posts on temperature-calculation, including:

https://community.nxp.com/thread/390524 

1,303 Views
tonymakkiel
Contributor III

Thank you.

0 Kudos
Reply

1,303 Views
vicentegomez
NXP TechSupport
NXP TechSupport

You can find the Temp sensor slope on the data sheet, please also use the AN3031 for reference

Data sheet

AN3031

Regards

Vicente Gomez

0 Kudos
Reply