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: 0%
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: 0%
    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: 0%
      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?