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.
Tool/software: Code Composer Studio
CCS support,
How to compile multiple projects? For example, I apply the output of buffered_sine_cpu1 as the input of adc_soc_continuous_cpu1. I have built these two projects and want them compiled at the same time.
Best regards,
Jingtai
Jingtai,
You can link the project as dependent projects. So when you build a project, it will also build all dependent projects.
Right-click on project, select Show Build Settings. Then select Build on left side, on the right-side, go to Dependencies tab, and add second project as dependent.
Santosh,
I have added according to your instruction.
Thanks for your support.
Regards,
Jingtai