The Target Settings page allows you to configure hardware-dependent compiler settings.
| Option | Description |
|---|---|
| Other target flags |
Use to specify the additional options according to the compiler documentation. By default, this field is empty. |
| Target processor | A host processor where you will run the code. The following options are
available:
|
| Architecture |
Use to specify the target ARM architecture. The compiler can take advantage of the extra instructions that the selected architecture provides and optimize the code to run on a specific processor. The inline assembler might display error messages or warnings if it assembles some processor-specific instructions for the wrong target architecture. The following options are available:
Default: Toolchain default |
| Optimize | Target host processor for which you want to run code optimizations. The following options are available:
Default: Toolchain default |
| Code Model | Generate code for the specified code model. The following options are available:
Default: Toolchain default |