Difference between revisions of "NXP X-KW45B41Z"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the NXP KW45B41Z evaluation board. The board supports different Upgrade boards. It can be used to test & verify NXP KW45 and NXP...")
 
(SETUP)
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
This article describes specifics for the NXP KW45B41Z evaluation board. The board supports different Upgrade boards. It can be used to test & verify NXP KW45 and NXP K32W14 support.
 
This article describes specifics for the NXP KW45B41Z evaluation board. The board supports different Upgrade boards. It can be used to test & verify NXP KW45 and NXP K32W14 support.
   
[[File:NXP_JN5189-DK006.jpg|450px]]
+
[[File:NXP_X-KW45B41Z.jpg|450px]]
   
 
== Minimum requirements ==
 
== Minimum requirements ==
Line 15: Line 15:
 
* 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:
 
* 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:
   
[[File:NXP_QN9090_Connect.PNG|400px]]
+
[[File:NXP_X-KW45B41Z_JLinkCommander.PNG|400px]]
   
 
== Example Project==
 
== Example Project==
 
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the NXP KW45B41Z. It is a simple Hello World sample linked into the internal flash.<br>
 
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the NXP KW45B41Z. It is a simple Hello World sample linked into the internal flash.<br>
 
====SETUP====
 
====SETUP====
  +
TBD
  +
<!--
 
*J-Link software: V7.7
 
*J-Link software: V7.7
 
*Embedded Studio: V6.11
 
*Embedded Studio: V6.11
 
*Hardware: NXP JN5189-DK006 (QN9090 upgrade board)
 
*Hardware: NXP JN5189-DK006 (QN9090 upgrade board)
 
*Link: [[File:NXP_QN9090_TestProject_ES_V452b.zip]]
 
*Link: [[File:NXP_QN9090_TestProject_ES_V452b.zip]]
  +
-->

Revision as of 17:17, 9 January 2023

This article describes specifics for the NXP KW45B41Z evaluation board. The board supports different Upgrade boards. It can be used to test & verify NXP KW45 and NXP K32W14 support.

NXP X-KW45B41Z.jpg

Minimum requirements

  • J-Link software V7.7 or later

Preparing for J-Link

  • Make sure that you install the correct "Upgrade Board"
  • Put a Jumper on J22 to activate the debug interface
  • Connect the J-Link to the SWD header (J16)
  • Power the board via external power supply (J14)
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

NXP X-KW45B41Z JLinkCommander.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 KW45B41Z. It is a simple Hello World sample linked into the internal flash.

SETUP

TBD