Difference between revisions of "NXP NxH3675 SDK"

From SEGGER Wiki
Jump to: navigation, search
(Created page with " thumb | right | 500 px | NxH3675SDK evaluation board The NXP NxH3675 SDK board is a small evaluation board with a NXP NxH3675 MCU. It can b...")
 
Line 1: Line 1:
  +
__TOC__
[[File: NXP_NxH3675_SDK.jpg | thumb | right | 500 px | NxH3675SDK evaluation board]]
 
 
The NXP NxH3675 SDK board is a small evaluation board with a [[NXP NxH3675]] MCU.
 
The NXP NxH3675 SDK board is a small evaluation board with a [[NXP NxH3675]] 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_NxH3675_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_NxH3675_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 NxH3675 SDK.
* "Hello World" RTT Sample (Embedded Studio V5.42a) [[File:NXP_NxH3675SDK_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 NxH3675-3675 SDK with NXP NxH3675 board
  +
*Link: [[File:NXP_NxH3675SDK_RTT_Sample.zip]]

Revision as of 15:25, 21 May 2021

The NXP NxH3675 SDK board is a small evaluation board with a NXP NxH3675 MCU. It can be used by mounting it to the NxH2004-3675 SDK motherboard. NXP NxH3675 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 NxH3675 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 NxH3675 SDK. It is a simple RTT Hello World sample linked into the internal flash.

Setup