User`s guide
3 Project Generator
7 Verify the settings on the Memory and Sections tabs to be sure they are
correct for the processor you selected.
8 Click OK to close the Target Preferences dialog box.
You have completed the mo del. Now configure the model configuration
parameters to generate a project in CCS IDE from your model.
Specify Configuration Parameters for Your Model
The following sections describe how to configure the build and run parameters
for your model. Generating a project, or building and running a model on
the processor, starts with configuring model options in the Configuration
Parameters dialog box in Simulink softw are.
Setting Solver Parameters
After you have designed and implemented your digital signal processing model
in Simulink software, complete the following steps to set the configuration
parameters for the model:
1 Open the Configuration Parameters dialog box and set the appropriate
options on the
Solver categ ory for your model and for Embedded IDE Link
CC.
• Set Start time to
0.0 and Stop time to inf (model runs without
stopping). If you set a stop time, your generated code does n ot honor the
setting. S et this to
inf for completeness.
• Under Solver options, select the
fixed-step and discrete settings
from the lists
• Set the Fixedstepsizeto
Auto and the Tasking Mode to Single
Tasking
Note Generated code does not honor Simulink software stop time from the
simulation. Sto p time is interpreted as
inf. To implement a stop in generated
code, add a Stop Simulation block in your mode l.
3-44