To create a new project:
- In the CodeWarrior, click
File
menu and select
New > Bareboard Project
in order to create a new project.
- The Project Wizard appears. Enter the name of the project
LED and click
Next.
Note:
You can also create a project outside Eclipse workspace. In the
Create an MCU bareboard project
page, deselect the
User default location
checkbox and specify the location. This option will allow you to create a project and generate the code that will be compiled by external compiler and is not integrated in Eclipse.
- Select
Kinetis K Series > K6x Family > K60D/PK60N512
. Click
Next.
- In the
Connections
page,
P&E USB BDM MultilinkUniversal [FX]/USB Multilink
is set as the default connection. Click
Next.
- In the
Language and Build Tool Options
page, set
C
in
Languages
page. Click
Next.
- In the
Rapid Application Development
page, select the
Processor Expert
from
Rapid Application Development
group and click
Finish.
The new project is created and ready for adding new components. For adding new components, see Adding components topic.