NXP i.MX RT685 SuperMonkey

From SEGGER Wiki
Revision as of 10:04, 11 June 2024 by Matthias (talk | contribs) (Example Project)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

Note:
The project sets the J-Link command string SetSkipRestoreRAMCode. This is done to ensure that the flash controller remains initialized after flash programming and debug is possible for a good out-of-the-box experience. A finished user application cannot rely on this and should implement its own flash controller initialization.

SETUP