Getting Started with FRDM KW019032 Evaluation Board | NXP Semiconductors

Getting Started with FRDM KW019032 Evaluation Board

Last Modified: 2023-04-29 11:09:00Supports FRDM-KW019032 | KW0x | Wireless

1. Plug It In

Let's take your FRDM-KW019032 for a test drive!

1.1 Attach the USB Cable

FRDM-KW019032-GS-BOARD

FRDM-KW019032-GS-BOARD

1.2 Start the Board and Run the Out-of-Box Demo

The LEDs on your FRDM-KW019032 should start flashing in serial mode when you connect the board.

FRDM-KW019032-DEMO1

FRDM-KW019032-DEMO1

2. Get Software

In this step, you will be guided to download the software and tools required to build and run the connectivity solutions.

2.1 Download KW01 Connectivity Software

Want to learn about SDK?

The KW01 Connectivity Software package integrates the Kinetis Software Development Kit 1.3 and all the wireless connectivity stacks required to develop your solution using IEEE 802.15.4 and SMAC wireless connectivity stacks.

Download the KW01 Connectivity Software v1.0.0 for your computer.

2.2 Install Your Toolchain

IAR Embedded Workbench for Arm (EWARM)  version 7.40.2 or later is the development toolchain used to deploy software applications using the NXP connectivity stacks. NXP provides example EWARM workspace projects for you to start your development.

Get IAR Embedded Workbench for Arm

Want to use a different toolchain?

Right now, the only supported toolchain is IAR Embedded Workbench for Arm; we are currently working on the enablement of NXP KDS for connectivity stacks.

2.3 PC Configuration

Many of the example applications output data over the MCU UART so you'll want to make sure that the driver for the board's virtual COM port is installed. Before you run the driver installer, you MUST have the board plugged in to your PC.

Download Driver

With the serial port driver installed, run your favorite terminal application to view the serial output from the MCU's UART. Configure the terminal to 115,200 baud rate, 8 data bits, no parity and 1 stop bit. To determine the port number of the FRDM-KW019032's virtual COM port, open the device manager and look under the "Ports" group.

Not sure how to use a terminal application? Try one of these tutorials: Tera Term Tutorial, PuTTY Tutorial.

3. Build, Run

3.1 Select Connectivity Stack

Each of the Wireless Connectivity Stack comes with a list of demo applications and driver examples ready to be compiled and run.

Select the Connectivity Stack that you want to explore.

3.2 Build, Run and Debug Wireless Connectivity Examples

You probably want to build and debug a demo by yourself. Use the guide below to learn how to build and debug an example application using one of the Wireless Connectivity Stacks provided by NXP.

4. Create

4.1 Create your own Project

NXP provides a tool called "Project Cloner" which will allow you to copy an existing demo to use it as a base for your own development, keeping the original demo app sources for reference.

4.2 Run the Project Cloner

To create a clone of an example project:

  1. Launch the Project Cloner executable which is located at:
  2. 1<connectivitysoftware_install_folder>\ConnSw\tools\project_cloner\project_cloner.exe
  3. Verify the Project Cloner GUI is displayed
  4. GS-FRDM-KW40Z-PROJECT-CLONER-WINDOW

    GS-FRDM-KW40Z-PROJECT-CLONER-WINDOW
    • Codebase path: Connectivity Stack path folder
    • Clone example app: Demo Applications available for the selected stack
    • Clone configuration: Select from the available development boards, RTOS and Toolchains
    • Cloned app name: Name that the cloned project will have
    • Destination root path: Folder where the cloned project will be created
    • Select:
      • Clone application files only: Clone the app, boards, and platform files in the stack installation - the other files will be linked from the stack installation folder using an environment variable
      • Clone full codebase: Clone the full files, folders and libraries
  5. Select an example demo to be cloned and fill the options
  6. Press "Clone Project" to create the cloned application. A message log will be displayed in the log box as files are being copied. (Destination files will be overwritten if they already exist)

4.3 Open Your Project

Your new project will be located in path specified in the previous step. Open the project in IAR Embedded Workbench for Arm by using the same process described in Section 3.

4.4 Start Creating your own Application

Modify your recently cloned application to start your own design!

For more information about the application and the APIs available, please, look at the "Applications Development Guide".

4.5 Kinetis SDK Platform

The Wireless Connectivity Stack platforms make use of the Kinetis SDK low level drivers, take a look into the SDK Demo Applications if you want to add a driver that is not currently used on the Connectivity Demo Applications.