What is the KL17 temperature slope value?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

What is the KL17 temperature slope value?

1,633 次查看
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 回复数

1,468 次查看
egoodii
Senior Contributor III

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

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

1,468 次查看
tonymakkiel
Contributor III

Thank you.

0 项奖励
回复

1,468 次查看
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 项奖励
回复