NXP MIMXRT1060-EVK

From SEGGER Wiki
Revision as of 12:20, 7 November 2022 by Leon (talk | contribs) (Created page with "__TOC__ This article describes specifics for the NXP MIMXRT1060-EVK evaluation board. It can be used to test & verify NXP i.MXRT1060 support. File:MIMXRT1060-EVK.jpg|45...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This article describes specifics for the NXP MIMXRT1060-EVK evaluation board. It can be used to test & verify NXP i.MXRT1060 support.

MIMXRT1060-EVK.jpg

Minimum requirements

  • J-Link software V7.82a or later

Preparing for J-Link

  • Power the board via Micro-USB or power jack (5V, center-positive)
    • Note: When powering the hardware via power jack, pins 1 and 2 on jumper J1 must be closed
  • Connect the hardware to J-Link using a 20pin ribbon cable for J21
    • Note: By default, the hardware supports SWD only. JTAG must be explicitly enabled by following steps described in the board user manual by NXP.
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

MIMXRT1060-EVK Commander.PNG

Example Project

The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the NXP MIMXRT1060-EVK. The board must be configured to boot from the internal QSPI flash:

SW7 switches
1 2 3 4
OFF OFF ON OFF

More information on the different boot modes and how to configure them can be found in the board user manual by NXP.

The sample project is a simple Cnt++ loop linked into the internal (Q)SPI flash.

SETUP