Other Parts Discussed in Thread: MSP430WARE
I was using MSP430Ware/driver library to work with the ADC. The function ADC_getResults() indicates I can use it to access the results. But it only takes an argument for the ADC itself and not which conversion result to access. How do I access something other than the zero'th memory location? Perhaps this is one of those limitations of the library that I just have to work around (seems odd they support sequence conversions without the ability to access the results).