To create a new Microcontrollers project using the Kinetis target:
- Select File > New > Project.
The
New Project
dialog box appears.
- Select Bareboard Project and click Next.
The
Create an MCU Bareboard Project
page appears.
- Enter the name of your project in the Project Name text box, for example, TraceProject, and specify the location of the project if you do not want to use the default location.
Note: You can also open the Create an MCU Bareboard Project page directly by selecting File > New > Bareboard Project.
- Click Next.
The
Devices
page appears.
- Select the target device or board for your project from the Kinetis family. For example, select Kinetis K Series > K4x Family > K40D (100 MHz) Family > MK40DN512Z.
Figure 1. Devices Page 
- Click Next.
The
Connections
page appears.
- Select the available connection.
Note: The Profiling supports all the connections except the simulator.
- Click Next.
The
Language and Build Tools Options
page appears.
By default, GCC ARM Build Tools is selected; you can select Freescale tools by selecting the Freescale option.
- Do not change the default settings and click Next.
The
Rapid Application Development
page appears.
- Click Finish.
The project
TraceProject is created and appears in the
CodeWarrior Projects
view.
Figure 2. CodeWarrior Projects View - Kinetis Project 
- Select the project in the CodeWarrior Projects view.
- Select Project > Build Project to build your project.
This creates a new Microcontrollers project for the Kinetis target.
Note: For details on creating a new MCU bareboard project, refer CodeWarrior Development
Studio for Microcontrollers V10.x Targeting Manual located at <CWInstallDir>\CW MCU
v10.x\MCU\Help\PDF, where <CWInstallDir> is the location where the CodeWarrior software is
installed.