Difference between revisions of "NXP MIMXRT106A-ALEXA2"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the NXP MIMXRT106A-ALEXA2 IoT evaluation board. TBD 450px == Minimum requirements == * J-Link sof...")
 
(Example Project)
Line 18: Line 18:
   
 
== Example Project==
 
== Example Project==
  +
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the NXP JN5189-DK006. It is a simple Hello World sample linked into the internal flash.
 
  +
  +
  +
SETUP
  +
  +
J-Link software: V6.82a
  +
Embedded Studio: V4.50
  +
Hardware: NXP MIMXRT595-EVK (Rev C1)
  +
Link: File:NXP MIMXRT595-EVK-RevC1 QSPI ES.zip
  +
  +
  +
The application toggles the red LED on the NXP MIMXRT106A-ALEXA2 IoT evaluation board. The application is linked into the external flash. It includes a valid boot header so it also runs stand-alone.
 
'''SETUP'''
 
'''SETUP'''
*J-Link software: V6.74
+
*J-Link software: V6.83c
 
*Embedded Studio: V4.52b
 
*Embedded Studio: V4.52b
*Hardware: NXP JN5189-DK006 (QN9090 upgrade board)
+
*Hardware: NXP MIMXRT106A-ALEXA2 IoT (QSPI enabled)
*Link: [[File:NXP_QN9090_TestProject_ES_V452b.zip]]
+
*Link: [[File:NXP_MIMXRT106A-ALEXA2_QSPI_TestProject_ES_V452b.zip]]

Revision as of 15:24, 4 August 2020

This article describes specifics for the NXP MIMXRT106A-ALEXA2 IoT evaluation board.

TBD NXP JN5189-DK006.jpg

Minimum requirements

  • J-Link software V6.83c or later

Preparing for J-Link

  • Connect the J-Link to the SWD header (J6)
  • Power the board via USB C cable (CON1)
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

TBD NXP QN9090 Connect.PNG

Example Project

SETUP

   J-Link software: V6.82a
   Embedded Studio: V4.50
   Hardware: NXP MIMXRT595-EVK (Rev C1)
   Link: File:NXP MIMXRT595-EVK-RevC1 QSPI ES.zip


The application toggles the red LED on the NXP MIMXRT106A-ALEXA2 IoT evaluation board. The application is linked into the external flash. It includes a valid boot header so it also runs stand-alone. SETUP