Difference between revisions of "NXP JN5189-DK006"

From SEGGER Wiki
Jump to: navigation, search
(Example Project)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__TOC__
 
__TOC__
   
This article describes specifics for the NXP JN5189-DK006 evaluation board.
+
This article describes specifics for the NXP JN5189-DK006 evaluation board. The board supports different Upgrade boards. It can be used to test & verify QN9090 and JN5189 support.
   
[[File:SiPeed_Lingan_Nano.jpg|250px]]
+
[[File:NXP_JN5189-DK006.jpg|450px]]
   
 
== Minimum requirements ==
 
== Minimum requirements ==
Line 16: Line 16:
 
[[File:NXP_QN9090_Connect.PNG|400px]]
 
[[File:NXP_QN9090_Connect.PNG|400px]]
   
  +
== Example Project==
== Debugging in SEGGER Embedded Studio ==
 
  +
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the NXP JN5189-DK006. It is a simple Hello World sample linked into the internal flash.<br>
 
  +
====SETUP====
=== Example projects for SEGGER Embedded Studio===
 
  +
*J-Link software: V6.74
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the NXP JN5189-DK006. It is a simple Hello World sample and can be downloaded here:
 
  +
*Embedded Studio: V4.52b
 
  +
*Hardware: NXP JN5189-DK006 (QN9090 upgrade board)
[[Media: NXP_QN9090_TestProject_ES_V452b.zip | Hello World sample ]]
 
  +
*Link: [[File:NXP_QN9090_TestProject_ES_V452b.zip]]

Latest revision as of 11:32, 31 May 2021

This article describes specifics for the NXP JN5189-DK006 evaluation board. The board supports different Upgrade boards. It can be used to test & verify QN9090 and JN5189 support.

NXP JN5189-DK006.jpg

Minimum requirements

  • J-Link software V6.74 or later

Preparing for J-Link

  • Make sure that you install the correct "Upgrade Board"
  • Connect the J-Link to the SWD header (P1)
  • Power the board via external power supply / power jack (J4)
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

NXP QN9090 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 JN5189-DK006. It is a simple Hello World sample linked into the internal flash.

SETUP