Other Parts Discussed in Thread: MSP430F2274
Hello,
I'm using ADC10 on MSP430f2274.
I have 6 inputs, which are A12, A4 down to A0, well I know that the ADC on single sequence starts from A12 down to A0,
but in my case I don't need it to covert data of A11, A10, A9, A8, A7.(if it does convert thous inputs, what is the number of conversion should I put on the ADC10DTC1 register?).
If not, should I declare only a 6 element array to read my data from ADCMEM?
Thanks