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: Debug multiple projects in CCS

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

Tool/software: Code Composer Studio

CCS support,

It is said: ' Visual Studio allows you to specify how more than one project is run when you start the debugger. '

I try this method with some C2000Ware examples, for example, buffdac_sine_cpu01 and adc_soc_continuous_dma_cpu01, in CCS. But there is no this content in CCS help document. How is it implemented in CCS?

My requirement doesn't mean combine two examples that doesn't work. See late posts in this forum.

Best regards,

Jingtai

 

  • Jingtai,

    Can you elaborate more that you are trying to do with two projects?

  • Santosh,

    I imported several projects from C2000Ware examples into CCS and some of them will work at the same time, for example, a sine generator, a ADC and a filter. As first step I have to debug them but I can only debug one project instead of more than one project in CCS. 

    How are two or more projects are debugged in CCS?

    In Visual Studio

    Visual Studio allows you to specify how more than one project is run when you start the debugger.

    To set multiple startup projects

    1. In Solution Explorer, select the solution (the top node).

    2. Choose the solution node's context (right-click) menu and then choose Properties. The Solution Property Pages dialog box appears.

    3. Expand the Common Properties node, and choose Startup Project.

    4. Choose the Multiple Startup Projects option and set the appropriate actions.

    Regards,

    Jingtai

  • Jingtai,

    How do you mean debugging two projects at the same time? There is only one out file you can download  to the target at a time and then step through the code.

    You can combine the functionalities to one project and then generate one out file.

  • Santosh,

    Debugging more than one projects is from Visual Studio and I have known it is not for CCS. 

    Concerning combining my question is how CCS combines projects that imported from C2000Ware examples.

    I learnt in some IDEs they do this way:

    Combining the Current Project with Other Projects

     Load one or more existing projects into your current project.

    When you build your current project, all projects will be built and the hex files will be combined into one. All debug files will be combined as well (ELF or COF).

    Can CCS do in similar way or combine source files manually? And then the linker combines object files into a single executable object module.

    Regards,

    Jingtai

  • CCS does not have feature to combine automatically. You will need to do it manually.

  • alright.

    Thanks & Regards,

    Jingtai