Part Number: CC3220
Other Parts Discussed in Thread: CC3200
Tool/software: Code Composer Studio
Hi,
I would like to acquire data from two ADC channels at a fixed rate of 3.2ksps and perform RMS calculation on 64 samples. I am planning to use a timer (running at 3,2kHz) to trigger two DMAs which collects data from ADCs and put it in a ping-pong memory buffer. Once it collects 64 samples, CPU is notified and does RMS computation. Is there any example/drivers showcasing similar type of implementation?
Thanking you,
Prasanna