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.

CCS/CC3200-LAUNCHXL: How setup frecuency sampling in ADC DMA

Part Number: CC3200-LAUNCHXL
Other Parts Discussed in Thread: CC3200

Tool/software: Code Composer Studio

Hi,

I have made a code in the CC3200 that samples every 10ms (TIMER0) Channel 1 of the ADC and saves the sample in a buffer. Every 100 samples, that is to say every second, are sent by UDP to a server. But I am having lags of 10ms every 800 seconds.

I'm afraid the processor is not having time to process all of this, so I want to optimize the process. I have read about ADC-UDMA and would like to know how I could configure my ADC-DMA to do the collection by itself of the 100 samples (one every 10ms) and with an Interruption it will notify me to be able to send them through UDP.

Thank you.