Difference between revisions of "NXP NxH2004 SDK"

From SEGGER Wiki
Jump to: navigation, search
(Sample projects)
Line 1: Line 1:
  +
__TOC__
[[File: NXP_NxH2004_SDK.jpg | thumb | right | 500 px | NxH2004SDK evaluation board]]
 
 
The NXP NxH2004 SDK board is a small evaluation board with a [[NXP NxH2004]] MCU.
 
The NXP NxH2004 SDK board is a small evaluation board with a [[NXP NxH2004]] MCU.
 
It can be used by mounting it to the NxH2004-3675 SDK motherboard.
 
It can be used by mounting it to the NxH2004-3675 SDK motherboard.
  +
[[File: NXP_NxH2004_SDK.jpg | 450 px]]
__TOC__
 
  +
  +
== Minimum requirements ==
  +
* J-Link software V7.22 or later
  +
  +
== Preparing for J-Link ==
  +
* Make sure that you install the correct board on the NxH2004-3675 board.
  +
* Connect the J-Link to the SWD header (J33 (SWD))
  +
* Make sure that all jumpers and switches are set as in the picture above.
  +
* Power the board via external USB power supply (J24)
  +
* 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:<br>
  +
[[File:NXP_NxH2004_Connect.PNG|400px]]
   
== Sample projects ==
+
== Example Project==
  +
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the NXP NxH2004 SDK.
* "Hello World" RTT Sample (Embedded Studio V5.42a): [[File:NXP_NxH2004SDK_RTT_Sample.zip]]
 
  +
It is a simple [[RTT]] Hello World sample linked into the internal flash.
  +
=== Setup ===
  +
*J-Link software: V7.22
  +
*Embedded Studio: V5.42a
  +
*Hardware: NXP NxH2004-3675 SDK with NXP NxH2004 board
  +
*Link: [[File:NXP_NxH2004SDK_RTT_Sample.zip]]

Revision as of 15:23, 21 May 2021

The NXP NxH2004 SDK board is a small evaluation board with a NXP NxH2004 MCU. It can be used by mounting it to the NxH2004-3675 SDK motherboard. NXP NxH2004 SDK.jpg

Minimum requirements

  • J-Link software V7.22 or later

Preparing for J-Link

  • Make sure that you install the correct board on the NxH2004-3675 board.
  • Connect the J-Link to the SWD header (J33 (SWD))
  • Make sure that all jumpers and switches are set as in the picture above.
  • Power the board via external USB power supply (J24)
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

NXP NxH2004 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 NxH2004 SDK. It is a simple RTT Hello World sample linked into the internal flash.

Setup