- Set OsScalabilityClass:
Set the appropriate OsScalabilityClass for the project. Even if the project shall finally be setup for OS scalability class other than SC1, it is recommended to start the initial setup of the ECU and tests with vItaHlp using the OS scalability class SC1.
- Create OsCore:
In case of a multicore platform, create all required OsCore containers and solve corresponding issues (e.g. create X-Signal). - Configure System Timer (OsCounter):
Create and configure the SystemTimer objects in OsCounter container for each configured core.

In case a new SystemTimer object shall be created for another core, do not create this instance by duplication of an existing timer instance. The reference to the corresponding OS ISR is duplicated as well, which is hard to be modified manually. When the timer object is created from scratch, the corresponding ISR and the reference within the OsCounter object is created by an autosolving action.