Difference between revisions of "NXP i.MX RT685 SuperMonkey"

From SEGGER Wiki
Jump to: navigation, search
(SETUP)
Line 24: Line 24:
 
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the NXP i.MX RT685 SuperMonkey. It is a simple Hello World sample linked into the internal flash.
 
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the NXP i.MX RT685 SuperMonkey. It is a simple Hello World sample linked into the internal flash.
 
====SETUP====
 
====SETUP====
*J-Link software: V7.65b
+
*J-Link software: V7.96ib
*Embedded Studio: V6.22
+
*Embedded Studio: V8.10b
 
*Hardware: NXP i.MX RT685 SuperMonkey
 
*Hardware: NXP i.MX RT685 SuperMonkey
 
*Link: [[File:NXP_SuperMonkey_ES_V622.zip]]
 
*Link: [[File:NXP_SuperMonkey_ES_V622.zip]]
  +
*Link: [[File:NXP_SuperMonkey_ES_V810b.zip]]

Revision as of 10:00, 11 June 2024

This article describes specifics for the NXP i.MX RT685 SuperMonkey evaluation board.

NXP SuperMonkey.jpeg

Minimum requirements

  • J-Link software V7.65b or later

Preparing for J-Link

  • Connect the J-Link to the debug connector (J3)
  • Power the board via USB

Afterwards, the board should look similar to this:
NXP SuperMonkey Wired.PNG


Verify the Connection with e.g. J-Link Commander. The output should look as follows:

NXP SuperMonkey Connect.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 i.MX RT685 SuperMonkey. It is a simple Hello World sample linked into the internal flash.

SETUP