Difference between revisions of "nRF9131-EK"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ This article describes specifics for the Nordic Semiconductor nRF9131-EK evaluation board.<br> 450px == Minimum requirements == * J-Link soft...")
 
Line 12: Line 12:
   
 
[[File:nrf9161-connect.png|400px]]
 
[[File:nrf9161-connect.png|400px]]
  +
  +
  +
== Example Project==
  +
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the Nordic Semiconductor nRF9131-EK. It is a simple Hello World sample linked into the internal flash. The project contains a valid boot header so it also run stand-alone (without a debugger attached).<br>
  +
====SETUP====
  +
*J-Link software: V7.92m
  +
*Embedded Studio: V7.32
  +
*Hardware: nRF9131-EK
  +
*Link: [[File:NordicSemi nRF9131-EK TestProject ES V732.zip]]

Revision as of 14:16, 7 November 2023

This article describes specifics for the Nordic Semiconductor nRF9131-EK evaluation board.
nRF9131-EK.jpg

Minimum requirements

  • J-Link software V7.92m or later

Preparing for J-Link

  • Power the board USB Type-C Connector
  • Verify the Connection with e.g. J-Link Commander. The output should look as follows:

nrf9161-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 Nordic Semiconductor nRF9131-EK. It is a simple Hello World sample linked into the internal flash. The project contains a valid boot header so it also run stand-alone (without a debugger attached).

SETUP