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/LAUNCHXL-F28379D: How to interface ADC input and output simultaneously?

Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

I am working on a project which requires two signals to be read by the microcontroller, perform some operation on it and then generate a PWM signal.

For input, I used the 'adc_soc_continuous' from the C2000ware package. I modified it for two inputs.

For output, I used the 'epwm_up_aq' project.

These two projects are working fine. I want to merge these two projects and perform input/output operations simultaneously from a single file. 

Any help would be appreciated.

Thanks