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 =...")
 
Line 5: Line 5:
   
 
== 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 41:
 
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: [[File:NXP_NHS52S04_TestProject.zip]]

Revision as of 10:11, 10 October 2022

NXP NHS52Sxx EVK.jpg

This article describes specifics for the NXP NHS52Sxx_EVK evaluation board.


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