ADSP-CM40x processor includes ADC controller (ADCC), which automates the internal ADC sampling process. The ADCC provides an interface that synchronizes the controls between the processor and internal ADC.
1] Attached is the simple ADCC code which samples an ADC channel at low speed such as 100KSPS. The "event spaced" approach is used to sample the ADC channel. Refer Hardware reference Manual for more details about ADCC and event spaced sampling
Refer Readme file and comments in the code for more details.