- Select Start > Programs > Freescale CodeWarrior > CW MCU V10.x > CodeWarrior.
The IDE launches and the WorkSpace Launcher
dialog box prompts you to select a
workspace to use.
- Click OK to accept the default workspace. To use a workspace different from the default, click Browse and specify the desired workspace.
The IDE starts and displays the Welcome
page.
Note: You can also select the Use this as the default and do not ask again checkbox to set default/selected path as a default location for storing all your projects.
- Click the Go to Workbench link.
The Workbench
window opens.
- Select File > New > Bareboard Project, from the IDE menu bar.
The Create an MCU bareboard Project
page of the New Bareboard Project
wizard
appears.
- Specify a name for the new project. For example, enter the project name as Project_1.
Note: If you do not want to use the default location, clear the Use default location checkbox. In the Location text box, enter the full path of the directory in which you want to create your project including the project name. Alternatively, click Browse and select the desired location from the Browse For Folder dialog box and click OK . Ensure that you append the path with the name of the project to create a new location for your project.
- Click Next.
The Devices
page appears.
- Expand the tree control and select the derivative or board you would like to use. For example, select Qorivva > MPC56xxL Family > MPC5643L .
- Click Next.
The Connections
page appears.
- Check the appropriate connection.
The LSM/ DPM Configuration
page appears.
Figure 1. New Bareboard Project Wizard - LSM/ DPM Configuration Page 
- Select the Lock-Step Mode (LSM) option .
- Click Next.
The Languages and Build Tools Options
page appears.
- Select the appropriate options to enable programming language, build tools options, and floating point supports.
- Click Finish.
The wizard creates a project for the Kinetis architecture. You can access the project
from the CodeWarrior Projects
view in the Workbench
window.