Hi,
I am using TM4C1237 and want to configure ADC along with DMA. I want to measure AC voltage(Vout),current (Iout)for calculating KW. Along with this I have another 8 ADC inputs mainly AC voltages.
My Plan is like follows
1. Configure ADC to run at 10 KSPS.
2. Configure ADC0 sample 0 for Vout and ADC1 sample 0 for Iout (All 8 Samples)
3. Confiure ADC0 sample 1 and ADC1 sample 1 for rest of the imputs.
4. Use SYNCWAIT functionality of ADC1 for Sample 0.
5. Use DMA to transfer all results (Say 200 samples each)
6. Trigger Sample 1 with 1 second timer
7. Trigger Sample 0 continuously.
Can any one suggest any problem with this method or any better approch.
Chetan