This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430 as DAQ

Other Parts Discussed in Thread: MSP430G2231

I am using the MSP430G2231 on the launchpad - and am trying to configure the unit as a basic DAQ.

I want to take in 2 analogue voltages on input pin at 100 ms intervals (10 Hz), write the values to memory to access them later.

ADC10 working fine with one input (not two) but unsure how to write value from ADC10MEM --> flash memory or access later.

Any help very much appreciated!!

  •  Write adc mem value to ram then copy them to flash. Refer how to write flash to proper example on TI examples.

     To read two channel switch channel when conversion is complete, from flag or on EOC interrupt .

     Regards

     Roberto

**Attention** This is a public forum