Getting Started

This topic describes how to get started developing with the DZX SDK using IAR Embedded Workbench.

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 the IAR Embedded Workbench from https://www.iar.com/iar-embedded-workbench/

Step 2. Open Workspace

The SDK archive has two root directories:

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

Open the workspace for a particular development 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