Getting Started with the FRDM-KE17Z | NXP Semiconductors

Getting Started with the FRDM-KE17Z

Last Modified: 2022-12-27 15:04:00Supports Freedom Development Platform for 72MHz KE17Z/KE13Z/KE12Z MCUs

Contents of this document

  • 1

    Plug It In
  • 2

    Get Software
  • 3

    Build, Run SDK Demos
  • 4

    Create

1. Plug It In

1.1 Attach the USB Cable

1.2 Run the Out-of-the-Box Demo

The FRDM-KE17Z comes loaded with a "tsi_v5_selfmode" demo that leverages the on-board touch pads. Touch the touch pad E1 or E2, the RGB LED (D3) will turn on. Release the touch pad E1 or E2, and the RGB LED (D3) will turn off.

2. Get Software

2.1 Installing Software for the FRDM-KE17Z

Video Player is loading.
Current Time 0:00
Duration 4:20
Loaded: 0%
Stream Type LIVE
Remaining Time 4:20
 
1x
  • Chapters
  • descriptions off, selected
  • captions off, selected
  • en (Main), selected

    2.2 Jump Start Your Design with the MCUXpresso SDK

    The MCUXpresso Software Development Kit (SDK) is complimentary and includes full source code under a permissive open-source license for all hardware abstraction and peripheral driver software.

    Click below to download the FRDM-KE17Z SDK.

    Get MCUXpresso SDK

    You can also use the online SDK Builder  to create a custom SDK package for the FRDM-KE17Z using the SDK builder.

    2.3 Install Your Toolchain

    NXP offers a complimentary toolchain called MCUXpresso IDE.

    Get MCUXpresso IDE

    Want to use a different toolchain?

    No problem! The MCUXpresso SDK includes support for other tools such as IAR , Keil  and command-line GCC .

    2.4 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-KE17Z'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 SDK Demos

    3.1 Build and Run SDK Demos on the FRDM-KE17Z

    Video Player is loading.
    Current Time 0:00
    Duration 5:29
    Loaded: 0%
    Stream Type LIVE
    Remaining Time 5:29
     
    1x
    • Chapters
    • descriptions off, selected
    • captions off, selected
    • en (Main), selected

      3.2 Explore the SDK Example Code

      The MCUXpresso SDK comes with a long list of demo applications and driver examples. To see what's available, browse to the SDK boards folder of your SDK installation and select your board, the FRDM-KE17Z: <SDK_Install_Directory>/boards/frdmke17z.

      To learn more about specific example code, open the readme.txt file in an example’s directory.

      3.3 Build, Run and Debug SDK Examples

      If one or more of the demo applications or driver examples sounds interesting, you're probably wanting to know how you can build and debug yourself. The Getting Started with MCUXpresso SDK guide provides easy, step-by-step instructions on how to configure, build, and debug demos for all toolchains supported by the SDK.

      Use the guide below to learn how to open, build and debug an example application using the MCUXpresso IDE.

      Using a different toolchain?

      4. Create

      4.1 Create a New Project Using MCUXpresso Config Tools

      Video Player is loading.
      Current Time 0:00
      Duration 0:00
      Loaded: 0%
      Stream Type LIVE
      Remaining Time 0:00
       
      1x
      • Chapters
      • descriptions off, selected
      • captions off, selected

          4.2 Get MCUXpresso Config Tools

          Let's create our own project and make a simple SDK-based application. NXP provides MCUXpresso Config Tools, which is an intuitive, simple project generation utility that allows creation of custom projects based on the MCUXpresso SDK.

          Get MCUXpresso Config Tools

          4.3 Run MCUXpresso Config Tools

          Open the utility by clicking on the MCUXpresso Config Tools executable for your computer's operating system. Select "Create a new configuration and project based on an SDK example or hello world project" and click "Next" to create a new project.

          Then, select your FRDM-KE17Z SDK installation path. Select the toolchain you need, the SDK example to clone, the base project directory (workspace) for your new project and name your new project. Click on the "Finish".

          4.4 Open Your Project and Start Your Design

          Your new project will be located in base project directory (workspace). Use the toolchain of your choice to open the project and start your code design.