Specifications

Creating a Configuration File
Developing a DSP/BIOS Program
3-3
You see a window like the following. You can expand and contract the list
by clicking the + and - symbols on the left. The right side of the window
shows properties of the object you select in the left side of the window.
4) Right-click on the LOG - Event Log Manager and choose Insert LOG from
the pop-up menu. This creates a LOG object called LOG0.
5) Right-click on the name of the LOG0 object and choose Rename from the
pop-up menu. Change the object’s name to trace.
6) Choose File
Save. Move to your working folder (usually
c:\ti\myprojects\hello1) and save this configuration file with the name
myhello.cdb. Saving this configuration actually creates the following files:
myhello.cdb
. Stores configuration settings
myhellocfg.cmd
. Linker command file
myhellocfg.s62
. Assembly language source file
myhellocfg.h62
. Assembly language header file included by
myhellocfg.s62