How can I create the flash programmer, hardware diagnostics, or import/export fill memory tasks in the CodeWarrior IDE?

CodeWarrior IDE provides a framework, Target Task view, to create tasks to:

To open the Target Task view:

  1. Select Window > Show View > Other.

    The Show View dialog box appears.

  2. Type "Target Taks" view as the filter text to narrow down the list of the views in the dialog box.
  3. Select Debug > Target Tasks and click OK.

    The Target Tasks view opens in the Workbench window.

    Figure 1. Target Tasks View

    Target Tasks View

Typically, the target tasks are used in combination with the debugger, as shown in the figure listed above. However, you can also run a target task outside a debugging session, such as to batch program devices.