Hi,
I am not sure how to use these pins. A0-A9 have enable bits in the SYSCFG2 register but there doesn't seem to be anything like this for A10 and A11. Below is the configuration I have which is not working yet even though I have set it up similarly to how I have on other MSP430 models. Is there something special I need to do to use these pins? There is already a PCB made using these inputs so it would be much easier to figure them out instead of using other pins at this point.
ADCCTL0 = 0x0210;
ADCCTL1 = 0x0010;
ADCCTL2 = 0x0020;
ADCMCTL0 = 0x003A;
ADCIE = 0x0001;
ADCCTL0 |= 0x02;
ADCCTL0 |= 0x01;