User`s guide

Table Of Contents
LF2407 eZdsp
3-56
Full_memory_map. Note that your program might run more slowly than if you
use the internal map option.
BuildOptions — RunTimeOptions
Build Action — Action taken by Real-Time Workshop when you click Build
or press
Ctrl+B in the Simulation Parameters dialog box. The actions are
cumulative — each listed action adds features to the previous action on the
list and includes all the previous features:
-
Generate_code_only — Directs Real-Time Workshop to generate C code
only from the model. It does not use the TI software tools, such as the
compiler and linker, and you do not need to have CCS installed. Also,
MATLAB does not create the handle to CCS that results from the other
options.
The build process for a model also generates the files
modelname.c,
modelname.cmd, modelname.bld, and many others. It puts the files in a
build directory named
modelname_C2000_rtw in your MATLAB working
directory. This file set contains many of the same files that Real-Time
Workshop generates to populate a CCS project when you choose
Create_CCS_Project for the build action.
-
Create_CCS_Project — Directs Real-Time Workshop to start CCS and
populate a new project with the files from the build process. Selecting this
setting enables the CCS board number option so you can select which
installed board to target. This option offers a convenient way to build
projects in CCS.
-
Build — Builds the executable COFF file, but does not download the file
to the target.
-
Build_and_execute — Drects Real-Time Workshop to download and run
your generated code as an executable on your target. This is the default.
Note When you build and execute a model on your target, the Real-Time
Workshop build process resets the target automatically. You do not need to
reset the board before building models.
Overrun ActionDefines the action to take when an interrupt overrun
occurs.