User`s guide

Table Of Contents
F2812 eZdsp
3-36
3F2812 eZdsp
Purpose Set the build, link, and board code generation preferences for F2812 eZdsp™
DSK targets
Library c2000tgtpreflib in Embedded Target for TI C2000 DSP
Description Options on the block mask let you set features of code generation for your
Spectrum Digital F2812 eZdsp™ target. Adding this block to your Simulink
model provides access to building, linking, compiling, and targeting settings
you need to configure the code that Real-Time Workshop generates.
Note This block must be in your model at the top level and not in a
subsystem. It does not connect to any other blocks, but stands alone to set the
target preferences for the model.
BuildOptions — CompilerOptions
Compiler Verbosity — Amount of information the compiler returns while it
runs. Options are
-
Verbose — Returns all compiler messages
-
Quiet — Suppresses compiler progress messages
-
Super Quiet Suppresses all compiler messages
Keep ASM Files — Whether Real-Time Workshop and the Embedded Target
for TI C2000 DSP save your assembly language (.
asm) files after creation.
The default is
true — .asm files are kept in your current directory. If you
choose not to keep the .
asm files, set this option to false.
Optimization Level — Degree of optimization provided by the TI optimizing
compiler to apply to files in your project. For details about the compiler
options, refer to your CCS documentation. When you create new projects, the
Embedded Target for TI C2000 DSP sets the optimization to
Function(-o2).
Symbolic Debugging — Whether to generate symbolic debugging directives
that the C source-level debugger uses and whether to enable assembly source
debugging. By default, this option is
Yes — symbolic debugging is enabled.
F2812 eZdsp