First, I am very new to MSP430 programming so excuse my ignorance.
The problem: I am trying to sample four ADC channels using the internal 2.5V reference and external 6MHz crystal. My analog input voltage range is from 0-2.5V and 0 - 20Hz. I need to sample all four channels three times (i.e. each time I generate one of three "stimuli" on GPIO pins) and then send the results via UART to PC (via RS232).
Is this feasible/possible using the ADC12 in 1611? The best sampling I could achieve was for 0-1Hz analog signal and amplitude of about 2Vpp. I varied the sample-and-hold times as well as sampling periods but to no avail (I am using TimerA for period generation and ADC12SC bit for sampling/conversion).
Any help, hints, or comments (or sample code) would be greatly appreciated!
Thanks,
Mark