I am using an MSP2618 and I am seeing some wierd behavior. I have a static source that I am putting into an A/D input (360mV). If I configure the A/D for single conversion (no MSC bit) I see 360mV at the input pin (measured with voltmeter). If however I set the MSC bit, the minute I step over (in debugger) ADC12CTL0 |= ADC12SC; my voltage goes to 385mV. I have verified this anomoly on 2 different A/D inputs. If I disconnect the source and directly measure it, it still reads 360mV. If I then measure the A/D pin (without source connected), it now reads a voltage of approx. 1.133V. I have tried all kinds of things like using the PxREN but to no avail. Any ideas?????