Difference between revisions of "IndieSemi Realplum-EVK"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the IndieSemi Realplum EVK. TBD 450px == Minimum requirements == *J-Link software V6.84 or later...")
 
(Example Project)
Line 18: Line 18:
   
 
== 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 JN5189-DK006. It is a simple Hello World sample linked into the internal flash.
+
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the IndieSemi Realplum. It is a simple Hello World sample linked into the internal flash.
 
'''SETUP'''
 
'''SETUP'''
*J-Link software: V6.74
+
*J-Link software: >= V6.83d
*Embedded Studio: V4.52b
+
*Embedded Studio: >= V4.52b
  +
*Hardware: IndieSemi Realplum EVK
*Hardware: NXP JN5189-DK006 (QN9090 upgrade board)
 
*Link: [[File:NXP_QN9090_TestProject_ES_V452b.zip]]
+
*Link: [[File:IndieSemi_Realplum_TestProject_ES_V452b.zip]]

Revision as of 14:58, 19 August 2020

This article describes specifics for the IndieSemi Realplum EVK.

TBD NXP JN5189-DK006.jpg

Minimum requirements

  • J-Link software V6.84 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 IndieSemi Realplum. It is a simple Hello World sample linked into the internal flash. SETUP