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.

MSP430F2619: ADC registers

Part Number: MSP430F2619

Hi,

I am using msp430f2619 for adc conversion while I want to access two  adc conversion memory registers at the same time but unfortunately two pins provided with the same voltage provide slightly different values in the memory and as well as for the provided analog value the digital value varies time to time

" for example analog value = 0.350v it provided decimal values of (400-500), analog value = 2.1v it provided decimal values of (2550-2751)"

ADC12CTL0 = 0x2290; /* ADC conversion set */
ADC12CTL1 = 0x0202; /* ADC Memory register & sample and Hold timer set */
ADC12MCTL0 = 0x00; /* Channel select */
ADC12MCTL1 = 0x01;
ADC12CTL0 = 0x2293; /* ADC conversion initiated */
reg1 = ADC12MEM0;
reg2 = ADC12MEM1;

Is there any possibilities of getting a stable register value and moreover other register such as ADC12MEM3 - ADC12MEM12 also provide some values how do i stop them

does the 

**Attention** This is a public forum