Difference between revisions of "NXP 8MNANOLPD4-EVK"

From SEGGER Wiki
Jump to: navigation, search
m (Artjom.Kister moved page 8MNANOLPD4-EVK to NXP 8MNANOLPD4-EVK)
 
Line 20: Line 20:
   
 
== 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 Microchip Curiosity Ultra PIC32CZCA80.<br>
+
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the NXP 8MNANOLPD4-EVK.<br>
 
It is a simple Hello World sample linked into the internal flash.<br>
 
It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====

Latest revision as of 09:33, 5 April 2024

This article describes specifics for the NXP 8MNANOLPD4-EVK evaluation board. It can be used to test & verify NXP iMX 8M Nano device support for Cortex-M7.

NXP 8MNANOLPD4 EVK board.png

Minimum requirements

  • J-Link software V7.94 or later
  • The board should have a bootloader(U-Boot) image on one of the available boot device

Preparing for J-Link

  • Connect the J-Link to JTAG connector (J902).
  • Connect the onboard USB-UART debug interface to host computer (J901).
  • Open a serial interface communication via terminal application(PuTTY).
  • Power the board via USB Type-C Power connector (J302).
  • Turn on the power switch (SW101).
  • Wait until the bootloader is started and interrupt the loading of the operating system(Linux Kernel). The output should look as follows:

NXP 8MNANOLPD4 EVK boot.png

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

NXP 8MNANOLPD4 EVK 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 8MNANOLPD4-EVK.
It is a simple Hello World sample linked into the internal flash.

SETUP