Hello,
I am trying to come up to speed on Code Composer 5.2 by using the built in 'Sys/bios>MSP430 Examples>Task' project.
Everything builds and executes correctly, but in my project directory, CCS insists on creating a subdirectory called 'src' in which it places the sys/bios source code during the build.
I am wanting to change the name of that directory because I want to reserve a directory named 'src/ for my own use.
I cannot find where that directory name is defined in the project. Can anyone help?