Using HCS08 Target

To create a new Microcontrollers project using the HCS08 target:

  1. Select File > New > Project.

    The New Project dialog box appears.

  2. Select Bareboard Project and click Next.

    The Create an MCU Bareboard Project page appears.

  3. Enter the name of your project in the Project Name text box.
    Note: You can also open the Create an MCU Bareboard Project page directly by selecting File > New > Bareboard Project.
  4. Clear the Use default location checkbox, and click Browse to specify a different location for the new project. The default setting of the Use default location checkbox is checked. The table below describes the Microcontrollers bareboard project settings.
  5. Click Next.

    The Devices page appears.

  6. Select the target device or board for your project from the HCS08 family. For example, select S08 > HCS08QE Family > MC9SO8QE128.
    Figure 1. Devices Page
    Devices Page
  7. Click Next.

    The Connections page appears.

  8. Select the available connection.
    Note: The Profiling supports all the connections except the simulator.
  9. Click Next.

    The Languages page appears.

    You can use this page to select the programming language that you want to use when writing the program's source code. You can make multiple selections, creating the code in multiple formats.

  10. Do not change the default settings on the Languages page.
  11. Click Next.

    The Rapid Application Development page appears.

  12. Accept the default settings and click Next.
  13. Click Next.

    The C/C++ Options page appears.

  14. Do not change the default settings on the C/C++ Options page.
  15. Click Finish.

    The project proj-hcs08 is created and appears in the CodeWarrior Projects view.

    Figure 2. CodeWarrior Projects View - HCS08 Project
    CodeWarrior Projects View - HCS08 Project
  16. Select the project in the CodeWarrior Projects view.
  17. Select Project > Build Project to build the project.

This creates a new Microcontrollers project for the HCS08 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.