Other Parts Discussed in Thread: C2000WARE
Hi Team,
My customer are using 48 pin F280025C for design using 3.3V for VREFHI and VDDA, the example code they use is adc_ex1_soc_software.c from c2000ware, the issue is that they found ADC result only have 11bit, for example, read 3.3V on any pin the value is about 2048, and 1.65V is about 1024.
C:\ti\c2000\C2000Ware_3_02_00_00\driverlib\f28002x\examples\adc
They did not found this issue at F280025 controlcard with the same code,only have this issue on their board.
When they change the ADC_INTERNAL to ADC_EXTERNAL for the below function, then everything is ok and the resolution is 12bit.
SetVREF(ADC_ADCA, ADC_EXTERNAL, ADC_VREF3P3);
what is the problem when use ADC_INTERNAL configuration and any suggestion for this?