This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BQ79731-Q1: 温度比例式测量精度计算

Part Number: BQ79731-Q1

您好!

我正在尝试使用 BQ79731-Q1验证对 NTC/PTC 温度探头 ADC 比例式测量的理解。

GPIO-ADC 通过寄存器 GPIOx_HI/GPIOx_LO 提供16位值。

ADC 原始值需要乘以 VLSB_GPIO_RATIO、以获得以%表示的比率、我们称之为 rr、这意味着(不考虑 R2和 Rgpio):  

RR = GPIO/TSREF = Rthermistor/(Rthermistor+R1)        

Rthermistor =(RR*R1)/(1- RR)

也就是说理想比值RR_ideal=Rthermistor/(Rthermistor+R1) 

数据表中VACC_VnGPIOn_RATIO和VACC_DIGARDNT_Vn GPIOn_RATIO 两个IC测量精度的描述,VACC_VnGPIOn_RATIO的最小值为-2.6%,而VACC_DIGARDNT_Vn GPIOn_RATIO的最小值为-0.1%,显然-2.6%的误差对测量精度影响很大。

同时在数据表中参数的区别:VACC_VnGPIOn_RATIO是measured by ADC1/3 ;VACC_DIGARDNT_Vn GPIOn_RATIOmeasured by ADC2/4 。但ADC1/3和ADC2/4并没有在数据表有体现。

所以我想问一下关于这个GPIO的比例式精度该如何考虑。