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/TMS320F28379D: How to Create One Project with Multiple Variants

Part Number: TMS320F28379D

Tool/software: Code Composer Studio

Greetings,

    I am creating a project which will have several different flavors. Most of the code is identical among the projects, with only one block differing. Right now, to test the variations, I am manually modifying the project by changing two things:

  1. The folders which are included/excluded
  2. One of the include paths

    Since the differences are small, I would like to avoid creating multiple projects to produce the different variants. So in the pre-build step, is there a means, maybe through a batch file, which could include the desired folders and include path?

Thank you,

Ed