ADC Voltage Reference Selection for K32

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

ADC Voltage Reference Selection for K32

ソリューションへジャンプ
999件の閲覧回数
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 解決策
950件の閲覧回数
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 返信
951件の閲覧回数
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 件の賞賛
返信