Getting Started

This topic describes how to get started developing with the DZX SDK using Keil μVision.

Step 1. Download

Download the SDK zip archive for Keil μVision. Extract the zip archive to a location on your local drive.

If needed, download Keil μVision from https://www.keil.com/

Step 2. Open Solution

The SDK archive has two root directories:

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

From the μVision main menu, select Project->Open Project. Navigate to and select the multi-profile workspace file (.uvmpw) for a particular development board. The workspace will contain all the projects for the selected board.

Step 3. Build the SDK Library

All common components are placed into the SDK library project to be shared across the other projects that target the same board. You must build the SDK library first, as all the other projects link against (depend upon) 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