How can I flash or download a binary file to the target?

You can flash or download a binary file to the target using flash programmer. To flash a binary file, for example a s19 file, first you need to create a project for the target to which you want to flash the file. For example, to flash a s19 file to the S08JM60 target using the P&E cable:

  1. Create a project for the S08JM60 target using P&E as the target connection.
    Figure 1. S08JM60 Project

    S08JM60 Project

  2. Click the icon next to the Flash Programmer icon on the CodeWarrior IDE toolbar

    A drop-down menu appears.

  3. Select Flash File to Target .
  4. Specify the run configuration and flash configuration in the dialog box that appears.
  5. Specify the binary file that you want to flash to the target in the File text box.
  6. Click the Erase button to erase the device.
  7. Click the Program with Erase button to erase and flash the selected s19 file to the target.
  8. Click Close to close the dialog box.

The selected s19 file is downloaded to the target.