Getting Started

This topic describes how to get started developing with the DZX SDK using Rowley CrossWorks.

Step 1. Download

Download the SDK zip archive for the IAR Embedded Workbench. Extract the zip archive to a location on your local drive.

If needed, download Rowley CrossWorks from http://www.rowley.co.uk/

Step 2. Open Solution

The SDK archive has two root directories:

  • Source - contains the the source code and include files.
  • CrossWorks - contains the IDE project files.
    • <board> - a folder with projects for each supported board.

From the CrossWorks main menu, select File->Open Solution. Navigate to and select the solution file (.hzp) for a particular development board. The solution will contain all projects that are supported for the selected board.

Step 3. Build the SDK Library

All common components are placed into the SDK library project to be shared across multiple projects that all target the same board. You must build the SDK library first, as all the other projects link against this library.

Step 4. Build & Run a Demo Project

Select any demo project within the workspace to build, run and debug the application.

More Information