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