Creating a New Code Composer Project

-- when starting up new code composer projects:
Project -> New -> projectName.mak

-- this configures kernel OS options for the DSP/BIOS
-- many options can be reset but defaults are fine!
File -> New -> DSP/BIOS Configuration -> dsk6711.cdb

-- save the configuration in the project working directory
File -> Save -> projectName.cdb

-- add configuration and source files to project
-- drag and drop onto projectName.mak entry in Code Composer File Browser OR
Project -> Add Files To Project -> *.c
Project -> Add Files To Project -> projectName.cdb
Project -> Add Files To Project -> projectNamecfg.cmd