Getting Started with the MIMXRT1064-EVK Evaluation Board | NXP Semiconductors

Getting Started with the MIMXRT1064-EVK Evaluation Board

Last Modified: 2019-03-25 15:03:00Supports i.MX RT1064 Evaluation Kit

1. Plug It In

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

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

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

1.2 Configure Boot Mode

The device has four boot modes (one is reserved for NXP use). The boot mode is selected based on the binary value stored in the internal BOOT_MODE register. Switch SW7 is used to select the boot mode on the MIMXRT1060/1064 EVK board.

To boot from the QSPI flash, make sure the SW7 is set to 0010.

GS-MIMXRT1060-EVK-STEP1-1

GS-MIMXRT1060-EVK-STEP1-1

1.3 Attach the USB Cable

MIMXRT1064EVK-TOP2

MIMXRT1064EVK-TOP2

1.4 Run the Out-of-Box Demo

Your MIMXRT1064-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.

MIMXRT1064EVK-ANG2

MIMXRT1064EVK-ANG2

2. Get Software

2.1 Choose a Development Path

2.2 Installing Software for the MIMXRT1064-EVK

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

2.3 Jump Start Your Design with the MCUXpresso 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. You can also use the online SDK Builder  to create a custom SDK package for the MIMXRT1064-EVK using the SDK builder.

Click below to download a pre-configured SDK release for the MIMXRT1064-EVK. Learn about SDK

Get MCUXpresso SDK

2.4 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.5 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

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 MIMXRT1064-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 MIMXRT1064-EVK

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

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 MIMXRT1064-EVK

1<sdk_install_directory>/boards/evkmimxrt1064</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 MCUXpresso IDE.

Using a different toolchain?

External Memory

Documents and Videos Description
AN12437 i.MX RT Series Performance Optimization How to optimize the system performance running on different memory devices.
Developing Code Using the Adesto EcoXip Memory Learn about the hardware and software requirements for configuring the NXP i.MX RT1050 EVKB board with an Adesto EcoXiP Flash device.
AN12564 Implement Read While Write (RWW) on i.MX RT Series How to implement RWW requirement on the i.MX RT series.
AN12239 How to Enable HyperRAM with i.MX RT How to use the HyperRAM with the i.MX RT MCU, including hardware connections, HyperRAM protocol, source code and performance.
AN13028 Advanced HyperRAM/PSRAM Usage on i.MX RT This application note describes the advanced usage of HyperRAM/PSRAM when used with FlexSPI on i.MX RT MCU, including FlexSPI prefetch function, HyperRAM/PSRAM refresh interval and HyperRAM devices supported for

MCUXpresso SDK Examples

Several examples, demos and drivers are available within the SDK to help you get started. Some common examples related to external memory are listed below.

FlexSPI Hyper Flash Polling Transfer Example

How to use the FlexSPI driver with polling.

Path:

1<SDK_PATH>/boards/evkbimxrt1064/driver_examples/flexspi/hyper_flash/polling_transfer

FlexSPI Nor Polling Example

How to use the FlexSPI driver with polling.

Path:

1<SDK_PATH>/boards/evkbimxrt1064/driver_examples/flexspi/nor/polling_transfer

EDMA Transfer Example

Multiple data transfer examples using EDMA.

Path:

1<SDK_PATH>/boards/evkbimxrt1064/driver_examples/flexspi/nor/edma_transfer

SDRAMC Example

How to use the SEMC controller driver to initialize the external SDRAM chip.

Path:

1<SDK_PATH>/boards/evkbimxrt1064/driver_examples/semc/sdram

Tools and References

MCUXpresso Secure Provisioning Tool A GUI-based application provided to simply generation and provisioning of bootable executables on NXP i.MX RT.

Security and Integrity

The i.MX RT1064 is secure-by-design and supported by secure software driving the secure System-on-a-Chip (SoC).

Documents and Videos Description
i.MX RT Secure Boot Lab Guide Learn how to use the secure boot features of the i.MX family including generating key pairs and certificates, programming fuses using leftosb tool and signing firmware.
Secure Boot on the i.MX RT10xx Crossover MCUs Learn more about secure boot features and how the MCUXpresso Secure Provisioning Tool allows you to configure them.
Getting Starting with MCUXpresso Secure Provisioning Tool This series of videos covers the basic getting started aspects of the tools with a live demonstration of the tool showcasing a variety of provisioning types and boot devices available on the i.MX RT1060 evaluation kit.
Secure Boot Webinar and demo Using the latest NXP software and tools, you can integrate boot authentication and encrypted execution into your design based on i.MX RT10xx MCUs. Learn more about secure boot features and how the MCUXpresso Secure Provisioning Tool allows you to configure them.
Realizing Today’s Security Requirements: Achieving End-To-End Security with a Crossover Processor Learn about common shared security goals that IoT end and edge nodes should meet, as well as the steps, tools and procedures needed to achieve root of trust in end devices.
AN12800 i.MX RT10xx Fuse Provisioning for Security For secure applications, there are some fuses that are not related to security features and might need to be configured. This document discusses fuse provisioning for secure applications and provides fuse configuration recommendations.
AN12419 Secure JTAG for iMX RT10xx This document discusses how the Secure JTAG on the i.MX RT10xx MCU family can be used.
AN12901 DCP – How to do Key Management The i.MX RT10xx provides a Data Co-Processor (DCP) block, which supports Advanced Encryption Standard (AES) encryption and hashing functions. This application note describes how to use the AES block with different keys, and how to manage keys.

MCUXpresso SDK Examples

Several examples, demos and drivers are available within the SDK to help you get started. Some common examples related to security are listed below.

DCP Example

A demonstration program that uses the KSDK software to implement several cryptography algorithms using the DCP software driver.

Path:

1<SDK_PATH>/boards/evkbimxrt1064/driver_examples/dcp

BEE Example

Demonstrates how to setup BEE driver for on the fly decryption of data stored in QSPI memory region.

Path:

1<SDK_PATH>/boards/evkbimxrt1064/driver_examples/bee

Mbedtls Examples

Program performs cryptographic algorithm benchmarking and testing. (Requires optional mbedTLS middleware package)

Path:

1<SDK_PATH>/boards/evkbimxrt1064/mbedtls_examples/

Tools and References

MCUXpresso Secure Provisioning Tool  A GUI-based application provided to simply generation and provisioning of bootable executables on NXP i.MX RT.

RT106x Security Reference Manual.

One-stop secure boot tool: NXP-MCUBootUtility  A GUI tool specially designed for NXP MCU secure boot. It includes all the features of NXP’s official security enablement toolset with support for full graphical user interface operation.

Wired Communications

Documents and Videos Description
Wired Communications Middleware for NXP Microcontrollers Learn about wired communications libraries and examples provided through MCUXpresso SDK.
CANopen in NXP’s MCUXpresso SDK How to use the EmSA CANopen libraries included with the NXP MCUXpresso SDK.
CANopen and Embedded Wizard Demo featuring the i.MX RT 1064 and LPC55 A demo combining different middleware components of the NXP MCUXpresso SDK using the i.MX RT1064 and LPC55S16 demo boards.
AN12822 Emulating 8080 Bus with the FlexIO on RT1050 How to use the FlexIO module to emulate the 8080 parallel bus and to drive a graphic TFT LCD with the 8080 bus interface.
AN12679 Implement High-Speed RS-485 Application with i.MX RT Based on NXP SDK How to implement RS-485 communication with NXP i.MX RT series EVK, and how to design software based on NXP MCUXpresso SDK.
AN12103 Developing a Simple UVC Device Based on i.MX RT1050 UVC is widely used for applications including desktop video cameras (webcams), digital camcorders and still-image cameras. This document describes how to develop a simple UVC device and introduces the hardware and software platforms of the demo application.
MCU Tech Minutes | Getting Started with CANopen and MCUXpresso Learn how to download an SDK that includes EmSA's CANopen stacks and set up one manager and one device CANopen network.

MCUXpresso SDK Examples

Several examples, demos and drivers are available within the SDK to help you get started. Some common examples related to wired communications are listed below.

CANopen Examples

Implements a minimal CANopen Manager and CiA 401 generic I/O device. (Requires optional CANopen middleware package).

Path:

1<SDK_PATH>/boards/evkbimxrt1064/canopen_examples/

Lwip Examples

Various demos and examples for the lwIP TCP/IP stack, which uses the ICMP protocol. (Requires optional lwIP middleware package).

Path:

1<SDK_PATH>/boards/evkbimxrt1064/lwip_examples/

USB Examples

A number of USB examples for host and device operation exist within the SDK. (Requires optional USB Host, Device, OTG stack middleware package).

Path:

1<SDK_PATH>/boards/evkbimxrt1064/usb_examples/

Tools and References

Accelerate Development of Robust Network Communications with CANopen and CANopen FD  NXP has partnered with EmSA to offer CANopen as an enablish software technology. Fully integrated CANopen Libraries based on MicroCANopen Plus v7.0 are available in the MCUXpresso SDK.

EmSA CANopen Libraries for NXP SDK User Manual.

Wireless Connectivity

Documents and Videos Description
Cloud Connectivity on NXP Microcontrollers Integrated support for cloud services including Amazon Web Services, Microsoft Azure and Google Cloud IoT.
Getting Started with NXP Wi-Fi modules using i.MX RT platform This guide contains different modules from third parties that enable NXP Wi-Fi SoCs on i.MX RT EVKs.
AN12257 IoT Device Secure Connection with LoRa This document explains how to establish IoT secure connection with LoRa between gateway and end devices.
i.MX RT and Wi-Fi Solutions from NXP and Panasonic Take a look at i.MX RT crossover MCUs and the supporting Wi-Fi® modules available, including the dual-band PAN9026 Wi-Fi 4 + Bluetooth™ 5.0 radio module.

MCUXpresso SDK Examples

Several examples, demos and drivers are available within the SDK to help you get started. Some common examples related to wireless connectivity are listed below.

AWS Examples

Amazon FreeRTOS Qualification (AFQ), device configuration, AWS Greengrass discovery, remote control by Android mobile application and shadow lightbulb demos.

Path:

1<SDK_PATH>/boards/evkbimxrt1064/aws_examples

Wi-Fi Examples

CLI support usage example, iPerf network performance measurement, Wi-Fi test mode example and Wi-Fi configuration utility demos.

Path:

1<SDK_PATH>/boards/evkbimxrt1064/wifi_examples

Power Management

Power management includes device-specific techniques and information on power management and low-power optimization.

Documents and Videos Description
AN12085 How to use i.MX RT Low Power Feature Describes the low-power application design points on the i.MX RT series.
AN12245 Power Consumption and Measurement of i.MX RT1060 This document discusses the power consumption of the i.MX RT106x including run mode and low-power mode configurations and power consumption under different power modes.

MCUXpresso SDK Examples

Several examples, demos and drivers are available within the SDK to help you get started. A common example related to power management is listed below.

Power Mode Switch Demos

Demonstrates the use of power modes in the KSDK for bare metal or RTOS.

Path:

1<SDK_PATH>/boards/evkbimxrt1064/demo_apps/power_mode_switch

Audio

Documents and Videos Description
Audio Software on NXP Microcontrollers Middleware, example applications, MCUXpresso Config tools and partner solutions for advanced audio applications.
AN12090 Using Multi-Channel Feature of SAI This document introduces the technology of a 7.1 surround sound system, including SAI and FLAC, and provides guidance on how to use the multi-channel SAI feature to develop applications running in a correct high-performance way.

MCUXpresso SDK Examples

Several examples, demos and drivers are available within the SDK to help you get started. Some common examples related to audio are listed below.

SAI Demo

Demonstrates complicated digital audio playback and record case.

Path:

1<SDK_PATH>/boards/evkbimxrt1064/demo_apps/sai

SAI Peripheral Demo

Demonstrates complicated digital audio playback and record case.

Path:

1<SDK_PATH>/boards/evkbimxrt1064/demo_apps/sai_peripheral

SAI Driver Examples

How to use sai driver with EDMA, interrupt, record and playback features.

Path:

1<SDK_PATH>/boards/evkimxrt1064/driver_examples/sai

I²S Demos

How to use flexio_i2s driver with EDMA and with interrupt.

Path:

1<SDK_PATH>/boards/evkimxrt1064/driver_examples/flexio/i2s

USB Audio Examples

Audio recording and playback examples for bare metal and FreeRTOS.

Path:

1<SDK_PATH>/boards/evkimxrt1064/usb_examples

Display and Graphics

The LCD panel that works with the IMIXRT1064EVK and is used in the MCUXpresso SDK graphics examples is the RK043FN01H-CT.

Documents and Videos Description
Graphics for NXP Microcontrollers Graphics libraries and tools from multiple partners for developing embedded GUIs of all levels of complexity.
Implementing Graphics in Real-time Industrial HMI Systems with NXP MCUs and Embedded Wizard NXP has partnered with TARA Systems to offer Embedded Wizard as an Enabling Software Technology.
Getting Started with Embedded Wizard and MCUXpresso Learn how to download an SDK that includes Embedded Wizard and get an example project up and running on your device.
Creating Graphics on the i.MX RT1060 Learn how to develop graphics on the i.MX RT, which supports product designs with advanced multimedia for GUI and enhanced human machine interface (HMI) experience.
Implementing Graphics in Real Time Industrial HMI Systems with i.MX RT10xx MCUs and Crank Storyboard NXP has partnered with Crank Software to offer Storyboard as an Enabling Software Technology.
Simplifying the Creation of Stunning GUIs Introducing Embedded Wizard in the MCUXpresso SDK.
AN12302 i.MX RT eLCDIF RGB Mode Use Case An example using the enhanced Liquid Crystal Display Interface (eLCDIF) on the MIMXRT1050-EVKB board.
MCU Tech Minutes | GUI Development With emWin and AppWizard How to use the different features in SEGGAR AppWizard tool to easily create complete, ready-to-run projects based on emWin.
Getting Started with GUI Guider This demo will demonstrate how to use GUI Guider to easily design an attractive embedded GUI.

MCUXpresso SDK Examples

Several examples, demos and drivers are available within the SDK to help you get started. Some common examples related to display and graphics are listed below.

Crank Storyboard Examples

Examples verify boot, render graphics to the screen and demonstrate the storyboard engine (Requires optional Crank Storyboard GUI middleware package).

Path:

1<SDK_PATH>/boards/evkbimxrt1064/crank_storyboard_examples

EmWin Examples

Demonstrate how to use emWin library to render text and graphical widgets. (Requires optional emWin middleware package).

Path:

1<SDK_PATH>/boards/evkbimxrt1064/emwin_examples

Embedded Wizard GUI Examples

Various demos show how to develop an EW GUI solution. (Requires optional Embedded Wizard GUI middleware package).

Path:

1<SDK_PATH>/boards/evkbimxrt1064/ew_gui_examples

JPEG Examples

Reads the JPEG pictures from the SD card, decodes them, and shows them in the LCD panel one by one (Requires optional JPEG library middleware package).

Path:

1<SDK_PATH>/boards/evkbimxrt1064/jpeg_examples

LittleVGL Examples

Demonstrates littlevgl widgets (Requires optional LVGL middleware package).

Path:

1<SDK_PATH>/boards/evkbimxrt1064/littlevgl_examples

Tools and References

LVGL Open-Source Graphics Library LVGL is a free and open-source embedded graphic library with features that enable you to create embedded GUIs with intuitive graphical elements, beautiful visual effects and a low memory footprint.

GUI Guider A user-friendly graphical user interface development tool from NXP that enables the rapid development of high-quality displays with the open-source LVGL graphics library.

Camera Interfaces

The LCD panel that works with the IMIXRT1064EVK and is used in the MCUXpresso SDK graphics examples is the RK043FN01H-CT.

Documents and Videos Description
AN12110 Developing a Camera Application with i.MX RT Series How to develop an HD camera application with the NXP i.MX RT1050 processor.
Connecting camera and LCD to i.MX RT EVKs How to connect the LCD and camera to the i.MX RT board and how to test that they are connected properly.

MCUXpresso SDK Examples

Several examples, demos and drivers are available within the SDK to help you get started. Some common examples related to camera interfaces are listed below.

CSI CCIR656

This project shows how to receive the camera data using CSI driver.

Path:

1<SDK_PATH>/boards/evkbimxrt1064/driver_examples/csi/ccir656

CSI RGB565

This project shows how to receive the camera data using CSI driver.

Path:

1<SDK_PATH>/boards/evkbimxrt1064/driver_examples/csi/rgb565

Voice

Documents and Videos Description
Voice Processing A range of voice control and communication software and solutions from NXP, including free voice recognition technology.
AN13065 Gender Voice Recognition with TensorFlow Lite Inference This document describes the steps to train the TensorFlow model on Gender voice audio samples and classification.
AN12975 MCU Alexa Voice Solution Support for AzureWave AW-NM372SM WiFi/BT How to modify the SLN-ALEXA-IOT hardware and software to support AzureWave AW-NM372SM IEEE802.11b/g/n W-LAN and Bluetooth module.

Tools and References

NXP EdgeReady MCU-Based Solution for Alexa Voice Service This solution leverages the i.MX RT crossover MCU and enables developers to quickly and easily add Alexa voice assistant capabilities to their products.

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. 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
  5. Verify that the connection is open. If connected, Tera Term will show something like below in its title bar
  6. 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. 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
  6. You're ready to go

Support

Training

To learn what to do next, find your issue below. If you still need help, contact NXP Support.

Training Description
Basic Application Development Using MCUXpresso IDE and MCUXpresso Config Tools This three-part video series covers the basic interactions between the MCUXpresso IDE and Config Tools when working with either an imported SDK example project or creating a new one.
MCU Tech Minute- Key Features and Benefits of the i.MX RT series Short video presentations introduce some of the key features and benefits of the i.MX RT series.
i.MX RT10xx Training Full list of on-demand training, how-to videos and webinars from NXP about this product.

Forums

Connect with other engineers and get expert advice on designing with the i.MX RT10xx on one of our community sites.

Product Forums:

Software Forums: