Difference between revisions of "NXP NHS52Sxx EVK"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "450px|thumb|right This article describes specifics for the NXP NHS52Sxx_EVK evaluation board. __TOC__ <br clear="all"> == Minimum requirements =...")
 
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
  +
[[Category:Evalboards]]
 
[[File:NXP_NHS52Sxx_EVK.jpg|450px|thumb|right]]
 
[[File:NXP_NHS52Sxx_EVK.jpg|450px|thumb|right]]
 
This article describes specifics for the NXP NHS52Sxx_EVK evaluation board.
 
This article describes specifics for the NXP NHS52Sxx_EVK evaluation board.
  +
It comes with an [[NXP_NHS52S | NXP NHS52S04]] MCU mounted.
 
__TOC__
 
__TOC__
<br clear="all">
 
   
 
== Minimum requirements ==
 
== Minimum requirements ==
* J-Link software V7.68 or later.
+
* J-Link software V7.80 or later.
   
 
== Preparing for J-Link ==
 
== Preparing for J-Link ==
Line 41: Line 42:
 
It is a simple Hello World sample linked into the internal program flash.
 
It is a simple Hello World sample linked into the internal program flash.
 
===SETUP===
 
===SETUP===
*J-Link software: V7.68
+
*J-Link software: V7.80
*Embedded Studio: V6.32b
+
*Embedded Studio: V6.34a
 
*Hardware: NXP NHS52Sxx_EVK
 
*Hardware: NXP NHS52Sxx_EVK
*Link: [[File:NXP_NHS52S04_TestProject.zip]]
+
*Link: [[Media:NXP_NHS52S04_TestProject.zip | NXP_NHS52S04_TestProject.zip]]

Latest revision as of 15:33, 8 May 2024

NXP NHS52Sxx EVK.jpg

This article describes specifics for the NXP NHS52Sxx_EVK evaluation board. It comes with an NXP NHS52S04 MCU mounted.

Minimum requirements

  • J-Link software V7.80 or later.

Preparing for J-Link

The board can be powered via the USB_PWR USB slot. For jumper configuration see: Jumper configuration.
The J-Link can be connected via the J11 SWD port, e.g. using the SEGGER 9-Pin Cortex-M Adapter.

The output should look as follows:
NXP NHS52S Connect.PNG

Jumper configuration

J-Link support was tested with the following jumper selection (as marked as in the picture above).

Jumper Selection
J3 1-2 (3V)
J4 USB
J9 1-2
J10 1-2
J28 1-2
J30 1-2
J36 1-2 & 3-4
Other NOT SET

Example Project

The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the NXP NHS52Sxx_EVK. It is a simple Hello World sample linked into the internal program flash.

SETUP