Hi,
I'm using a MSP430 F5 IC, with an ADC12. I need to get the ADC result from a point continously.
I can do it 2 ways: either doing a Single-Channel Single-Conversion over and over again, or do Repeat-Single-Channel conversion. Between each conversion I need to transmit the result out using RS232.
The question is: which method uses less power?