ADC Voltage Reference Selection for K32

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

ADC Voltage Reference Selection for K32

跳至解决方案
1,143 次查看
aberger
Senior Contributor I

I am using the FRDM-K32L2B3 and trying to understand the voltage reference selection for the ADC.  

In the ADC Chapter, the SC2[REFSEL] bits provide the following options:

00Default voltage reference pin pair, that is, external pins VREFH and VREFL
01Alternate reference pair, that is, VALTH and VALTL . This pair may be additional external pins or internal sources depending on the MCU configuration. See the chip configuration information for details specific to this MCU
10Reserved
11

Reserved

 

This seems to conflict with the information from 2.3.3 Analog reference options:

aberger_0-1730502092896.png

How can I select between the 3 options VREFH, 1.2V VREF_OUT, and VDDA?

标签 (1)
标记 (3)
0 项奖励
回复
1 解答
1,094 次查看
Ben_Xu1
NXP Employee
NXP Employee

Hi @aberger,

VREFH pin can be used as filter capacitor pin for high precision 1.2V VREF_OUT. When 1.2V VREF is enabled, VREFH is 1.2V VREF_OUT. Also, when 1.2V VREF module is enabled, adding supply to VREFH pad, which is a dedicated 1.2 VREF_OUT pad, from external is prohibited. 

1. ADC0_SC2[REFSEL] = 00b, VREFV1 module disabled, ADC reference voltage is VREFH.

2. ADC0_SC2[REFSEL] = 00b, VREFV1 module enabled, ADC reference voltage is 1.2V VREF_OUT.

3. ADC0_SC2[REFSEL] = 01b, ADC reference voltage is VDDA.

Thanks & Regards,

Ben

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,095 次查看
Ben_Xu1
NXP Employee
NXP Employee

Hi @aberger,

VREFH pin can be used as filter capacitor pin for high precision 1.2V VREF_OUT. When 1.2V VREF is enabled, VREFH is 1.2V VREF_OUT. Also, when 1.2V VREF module is enabled, adding supply to VREFH pad, which is a dedicated 1.2 VREF_OUT pad, from external is prohibited. 

1. ADC0_SC2[REFSEL] = 00b, VREFV1 module disabled, ADC reference voltage is VREFH.

2. ADC0_SC2[REFSEL] = 00b, VREFV1 module enabled, ADC reference voltage is 1.2V VREF_OUT.

3. ADC0_SC2[REFSEL] = 01b, ADC reference voltage is VDDA.

Thanks & Regards,

Ben

0 项奖励
回复