Difference between revisions of "NXP MCIMX7ULP-EVK"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the NXP MCIMX7ULP-EVK evaluation board.<br> 450px == Preparing for J-Link == *Connect the J-Link...")
 
(Example Project)
 
Line 11: Line 11:
   
 
== 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 MCIMX7ULP-EVK.<br>It is a simple Hello World sample linked into the internal flash.<br>
+
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the Cortex-M4 core of NXP MCIMX7ULP-EVK.<br>It is a simple Hello World sample linked into the external SPI flash @0x04000000.<br>
 
====SETUP====
 
====SETUP====
 
*Embedded Studio: V8.10b
 
*Embedded Studio: V8.10b

Latest revision as of 17:33, 8 March 2024

This article describes specifics for the NXP MCIMX7ULP-EVK evaluation board.
NXP MCIMX7ULP-EVK.jpg

Preparing for J-Link

  • Connect the J-Link to the 20 pin JTAG connector (J6)
  • Power the board via 5V power jack (P1)
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

NXP MCIMX7ULP-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 Cortex-M4 core of NXP MCIMX7ULP-EVK.
It is a simple Hello World sample linked into the external SPI flash @0x04000000.

SETUP