Part Number: CODECOMPOSER
Other Parts Discussed in Thread: AM3359, CCSTUDIO
Hi,
we are using a CMake based built process for our application.
We do not use CodeComposerStudio to build our project we use a specific build command that starts a batch file that launches the CMake build process.

The batch file contains:
cd %1
mkdir Release
cd Release
cmake .. --preset=TI_armcl
gmake
The only reason for us using CCS now is to be able to use the Blackhawk debugger (USB560 v2 System Trace) we want to load the project files to CodeComposerStudio (V12.2) to run the debugger.
Therefore, we do following steps:

