Embedded Target for Motorola MPC555 | ![]() ![]() |
Code Generation Options
The PIL target is an extension of the Real-Time Workshop Embedded Coder embedded real-time (ERT) target configuration. The PIL target inherits the code generation options of the ERT target, as well as the general code generation options of the Real-Time Workshop. These options are available via the Category menu of the Real-Time Workshop pane of the Simulation Parameters dialog box; they are documented in the Real-Time Workshop documentation and the Real-Time Workshop Embedded Coder documentation.
Some code generation options of the ERT target are not relevant to the PIL target, and are either unsupported, or restricted in their operation, by the PIL target. See Restrictions for details.
Target-Specific Option
The the PIL target has one target-specific code generation option: Build action. To view or change the setting of this option, select MPC555-DK (PIL) options
from the Category menu of the Real-Time Workshop pane of the Simulation Parameters dialog box.
The Build action menu has two options that control what action the PIL target takes after completing the code generation process:
Download_and_run
: When this option is selected, the PIL target automatically invokes the appropriate downloading/debugging utility for your development environment, as specified in your target preferences. The PIL target downloads the generated code to the target board and begins execution of the code.
TargetCompiler
, TargetCompilerPath
, TargetDebugger
, and TargetDebuggerExe
target preferences are set correctly.
None
: When this option is selected, the PIL target does not take any action after code generation completes. To download and run your application, you must do so manually, using your development tools.
![]() | Tutorial 3: Using the Demo Model In Simulation | Build Process Files and Directories | ![]() |