User`s guide
Table Of Contents
- Getting Started
- Using the IQmath Library
- Block Reference
- Blocks — Alphabetical List
- Absolute IQN
- Arctangent IQN
- C24x ADC
- C24x CAN Receive
- C24x CAN Transmit
- C24x From Memory
- C24x PWM
- C24x To Memory
- C28x ADC
- C28x eCAN Receive
- C28x eCAN Transmit
- C28x From Memory
- C28x PWM
- C28x To Memory
- Division IQN
- F2812 eZdsp
- Float to IQN
- Fractional part IQN
- Fractional part IQN x int32
- Integer part IQN
- Integer part IQN x int32
- IQN to Float
- IQN x int32
- IQN x IQN
- IQN1 to IQN2
- IQN1 x IQN2
- LF2407 eZdsp
- Magnitude IQN
- Saturate IQN
- Square Root IQN
- Trig Fcn IQN
- Index

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