To create an application project or a library project for S32V2xx:

| Setting | Description |
|---|---|
| Project name | The project name. A valid project name is unique in the current workspace, uses ASCII characters in the range of ‘A-z’, digits, and underscores, and starts with a letter. |
| Use default location | If this option is enabled, the project files are stored in the default folder specified in the Location field. Disable this option to specify a different path in the Location field. |
| Location | The full path of the project’s root folder. |

| Setting | Description |
|---|---|
| Library | The ANSI C/C++ library (GCC compiler) to be linked to the
project. Options:
The toolchain settings specifies the NewLib location using the environment variable: ${S32DS_V2_ARM32_TOOLCHAIN_DIR}/arm-none-eabi/newlib. |
| I/O Support | Support for input/output during debugging through the debugger console. Options: No I/O, Debugger Console. |
| FPU Support (All bare-metal projects) |
The ABI for the floating-point operations. Options:
The availability of options depends on the ARM
core.
Note: If the S32V23x SDK is attached, the
option value is set to hard
(-mfpu=fpv4-sp-d16
-mfloat-abi=hard).
|
| RAM Start Address | The start address of RAM allocated to the core.
Read-only. The value is readjusted automatically if the RAM values of the preceding cores are updated. |
| RAM Size, KB | The amount of RAM allocated to the core. Range: 0 to 1024
KB. Default: 256 (for S32V234), 1024 (for S32V232). The value can be readjusted with the step of 32. Note: The minimum RAM size for S32V234 should be 192
KB.
|
| Unused RAM, KB | The amount of RAM that can be added to the core in the RAM Size, KB field. The value is calculated automatically. Default: 0 |
| Language | The programming language. Options: C, C++. The availability of options depends on the project. |
| SDKs | The SDKs to be included in the project. Default: no SDK.
Note: When you attach an SDK, some project settings can
be replaced with the SDK compatible ones.
|
| Debugger | The software debugger. Options:
|
| S32 Configuration Tool | Support for S32 Configuration Tool. If this option is
enabled, the project will include the device configuration
files. Note: This option requires the C language and the
S32V23x SDK to be selected.
|
The wizard creates the new project according to the specified details. The new project is displayed in the Project Explorer view. If you have selected multiple cores, the wizard creates a separate project for each selected core.