To develop an embedded application or a library, you generally start with creating a new
project in the project creation wizard. There are several project creation wizards available
from the menu:
- S32DS Application Project: Creates an application project for a
certain processor, core, language, and toolchain.
- S32DS Library Project: Creates a library project for a certain
processor, core, language, and toolchain.
- S32DS Project from Example: Helps you quickly create an application
project that copies all source files and project settings from a project example. This
option is described in topic Creating a project from an example.
The high-level steps for creating a project are as follows:
- Launch the project creation wizard for your type of project.
- On the first page of the wizard, specify the project name and location, the processor,
and the toolchain for each core.
- Click Next.
- On the second page of the wizard, select the required cores and specify the settings for
each core.
- Click Finish.
Note: Learn about all wizard fields in the Project creation wizards section of this
documentation ().
The wizard creates all project folders and files and displays the new project in the
Project Explorer:
If the target processor has multiple cores, the wizard generates a dedicated project for each
core that you have selected on the second page.