Main Content

Build action

Embedded Coder build operation for model

Since R2022b

Model Configuration Pane: Hardware Implementation / Simulink or Embedded Coder Hardware Support Package / Hardware board settings / Target hardware resources / Build options

Description

The Build action parameter defines how Embedded Coder® software responds when you press Ctrl+B to build your model.

Settings

Build, load and run (default) | Build
Build, load and run

Press Ctrl+B or click Build, load and run.

  1. Generates code from the model.

  2. Compiles and links the code into an executable with libraries.

  3. Loads the executable and libraries into the hardware board.

  4. Runs the executable on the hardware board.

Build

Press Ctrl+B or click Build.

  1. Generates code from the model.

  2. Compiles and links the code into an executable with libraries.

This option does not load and run the executable on the Infineon AURIX TC3x.

Recommended Settings

No recommendation.

Programmatic Use

No programmatic use is available.

Version History

Introduced in R2022b