Creating a new project

To create a new project:

  1. In the CodeWarrior, click File menu and select New > Bareboard Project in order to create a new project.
  2. 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.
  3. Select Kinetis K Series > K6x Family > K60D/PK60N512 . Click Next.
  4. In the Connections page, P&E USB BDM MultilinkUniversal [FX]/USB Multilink is set as the default connection. Click Next.
  5. In the Language and Build Tool Options page, set C in Languages page. Click Next.
  6. 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.