Getting Started with i.MX RT1015 Evaluation Kit

Last Modified: 2019-03-26 08:18:00Supports i.MX RT1015 Evaluation Kit

Contents of this document

  • 1

    Plug It In
  • 2

    Get Software
  • 3

    Build, Run

1. Plug It In

Let's take your MIMXRT1015-EVK for a test drive! You have the choice of watching the sequence in a short video or following the detailed actions list below.

1.1 Get Started with MIMXRT1015-EVK Development Platform - How to

1.2 Attach the USB Cable

i.MX RT1015 LED

1.3 Run the Out-of-Box Demo

Your MIMXRT1015-EVK comes loaded with a "led blinky" demo that uses the onboard LED. When the board is powered, the Green LED should flash on and off.

i.MX RT1015 LED

2. Get Software

2.1 Choose a Development Path

MCUXpresso Software Development Kit (SDK) + Integrated Development Environment (IDE)

  • True debug support via SWD and JTAG
  • High software flexibility
  • Full set of peripheral drivers with source
  • Application examples and project files
  • A scalable, open source real-time operating system (RTOS)
  • Supports multiple hardware architectures
  • Optimized for resource constrained devices
  • Built with security in mind

Installing software for the MIMXRT1015-EVK

2.2 Jump Start Your Design with the MCUXpresso SDK!

Want to learn about SDK?

The MCUXpresso 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 a pre-configured SDK release for the MIMXRT1015-EVK:

MCUXPRESSO-SDK-TN

Get MCUXpresso SDK

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

2.3 Install Your Toolchain

NXP offers a complimentary toolchain called MCUXpresso IDE.

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 .

GS Tool Logos

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 into your PC.

Download Driver

FRDM-K64F-GS-configuration

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 115200 baud rate, 8 data bits, no parity and 1 stop bit. To determine the port number of the MIMXRT1015-EVK 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 Build and Run SDK Demos on the MIMXRT1015-EVK

3.2 Explore the MCUXpresso SDK Example Code

The MCUXpresso SDK comes with a long list of example application code. To see what's available, browse to the SDK boards folder of your SDK installation and select your board, the MIMXRT1015-EVK (<sdk_install_directory>/boards/evkmimxrt1015</sdk_install_directory>).

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

3.3 Build, Run and Debug MCUXpresso 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 IAR IDE.

Tera Term Tutorial

Tera Term Tutorial

Tera Term is a very popular open source terminal emulation application. This program can be used to display information sent from your NXP development platform's virtual serial port.

  1. Download Tera Term from SourceForge. After the download, run the installer and then return to this webpage to continue
  2. Download

  3. Launch Tera Term. The first time it launches, it will show you the following dialog. Select the serial option. Assuming your board is plugged in, there should be a COM port automatically populated in the list
  4. Tera-Term-Connection
  5. Configure the serial port settings (using the COM port number identified earlier) to 115200 baud rate, 8 data bits, no parity and 1 stop bit. To do this, go to Setup → Serial Port and change the settings
  6. Verify that the connection is open. If connected, Tera Term will show something like below in it's title bar
  7. Tera-Term-Console
  8. You're ready to go

Putty Tutorial

Putty Tutorial

PuTTY is a popular terminal emulation application. This program can be used to display information sent from your NXP development platform's virtual serial port.

  1. Download PuTTY using the button below. After the download, run the installer and then return to this webpage to continue
  2. Download

  3. Launch PuTTY by either double clicking on the *.exe file you downloaded or from the Start menu, depending on the type of download you selected
  4. Configure In the window that launches, select the Serial radio button and enter the COM port number that you determined earlier. Also enter the baud rate, in this case 115200
  5. PUTTY-Configuration
  6. Click Open to open the serial connection. Assuming the board is connected and you entered the correct COM port, the terminal window will open. If the configuration is not correct, PuTTY will alert you
  7. You're ready to go

Design Resources

Board Documents

Additional Resources

Sensors

  • Explore the world with a full assortment of NXP sensor solutions. From accelerometers, pressure sensors, touch sensors, and many more, NXP has a sensor solution for your project. Find out more at Sensors

NFC

  • Near Field Communication is a simple, intuitive technology that lets you interact securely with the world around you with a simple touch. Learn more about NXP's NFC solutions at NFC - Near Field Communication

i.MX and MCUXpresso Communities