Difference between revisions of "NXP MCX-N9XX-BRK"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the NXP MCX-N9XX-BRK7 evaluation board.<br> 450px == Preparing for J-Link == *Connect the J-...")
 
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
  +
[[Category:Evalboards]]
 
__TOC__
 
__TOC__
   
This article describes specifics for the NXP MCX-N9XX-BRK7 evaluation board.<br>
+
This article describes specifics for the NXP MCX-N9XX-BRK evaluation board.<br>
[[File:NXP_FRDM-MCXN947_board.jpg|450px]]
+
[[File:NXP_MCX-N9XX-BRK_board.jpg|450px]]
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
*Connect the J-Link to J11, J6 hast to set in order to disable MCU-Link on the PCB and work with J-Link.
+
*Connect the J-Link to J4.
*Power the board via J5,J27,J28 (depending on setting of J26)
+
*Power the board via USB J3.
 
* Verify the Connection with e.g. [https://wiki.segger.com/J-Link_cannot_connect_to_the_CPU#Verify_functionality_using_J-Link_Commander J-Link Commander]. The output should look as follows:
 
* Verify the Connection with e.g. [https://wiki.segger.com/J-Link_cannot_connect_to_the_CPU#Verify_functionality_using_J-Link_Commander J-Link Commander]. The output should look as follows:
 
[[File:NXP_FRDM-MCXN947_connect.png|400px]]
 
[[File:NXP_FRDM-MCXN947_connect.png|400px]]
Line 14: Line 15:
 
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====
*J-Link software: V9.74
+
*J-Link software: V7.94c
 
*Embedded Studio: V6.34
 
*Embedded Studio: V6.34
 
*Hardware: NXP MCX-N9XX-BRK
 
*Hardware: NXP MCX-N9XX-BRK

Latest revision as of 13:19, 15 May 2024

This article describes specifics for the NXP MCX-N9XX-BRK evaluation board.
NXP MCX-N9XX-BRK board.jpg

Preparing for J-Link

  • Connect the J-Link to J4.
  • Power the board via USB J3.
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

NXP FRDM-MCXN947 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 MCX-N9XX-BRK.
It is a simple Hello World sample linked into the internal flash.

SETUP