LPC55xx: Specifications internal reference voltage

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

LPC55xx: Specifications internal reference voltage

Jump to solution
2,499 Views
janpieterderuit
Contributor IV

Hi,

from table 706 in the user manual (UM11126) I get that the ADC can measure a 1V reference voltage ("Bias_vref_1v from aux_bias module").

I would like to use it, but I can't find any specification for it in the datasheet (e.g. voltage tolerance and temperature dependency).

Wher can I find those specs?

Also from the SDK I get that bit 1 of the PDRUNCFG0 is used to disable/enable power to this bias voltage, however in table 291 of the user manual this bit is said to be reserved, and bit 19 should be used.

The SDK says that bit 19 is for LDOGPADC...

SDK says bit 15 is for GPADC, the user manual says this bit is also reserved.

All in all I'm a bit puzzled which bits I should use to get the ADC and reference voltage working.

Can someone explain how to use the reference voltage?

Thanks in advance. 

Labels (1)
1 Solution
2,290 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Jan,

BIAS_VREF_1V is 1.5% accuracy over working voltage and temperature range.

BR

Jun Zhang

View solution in original post

8 Replies
2,290 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi, Jan,

I have notified the AE team of updating the BIAS_VREF_1V part in the UM for LPC55xx family.

BR

Xiangjun Rong

2,290 Views
janpieterderuit
Contributor IV

OK, thanks

0 Kudos
2,290 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi, Jan,

The bit 19 in PDRUNCFG0 for LPC55S69 can control the BIAS_VREF_1V. For accuracy of testing the 1V voltage reference,  user have to choose the two options for the ADC converter:

g_LpadcCommandConfigStruct.sampleTimeMode = kLPADC_SampleTimeADCK131;
g_LpadcCommandConfigStruct.hardwareAverageMode = kLPADC_HardwareAverageCount128;

As my colleague Jennie said that the voltage reference can reach up to 1.5% accuracy with above options

over working voltage and temperature range.

.

Hope it can help

BR

XiangJun Rong

2,290 Views
janpieterderuit
Contributor IV

Hi Jennie, XiangJun,

thanks for your response.

Will the datasheet/User Manual be updated with this info?

Jan Pieter

0 Kudos
2,290 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi, Jan,

what the Um said is vague, I have asked the AE team, I will answer you after I get a feedback.

BR

Xiangjun Rong

0 Kudos
2,290 Views
janpieterderuit
Contributor IV

Hi Xiangjun,

Do you have any update on this?

Thanks

0 Kudos
2,291 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Jan,

BIAS_VREF_1V is 1.5% accuracy over working voltage and temperature range.

BR

Jun Zhang

1,514 Views
mse_videotec
Contributor I

Hi!

Is it exactly 1.0V?

Many thanks

Mirco