Difference between revisions of "nRF9161-DK"

From SEGGER Wiki
Jump to: navigation, search
Line 14: Line 14:
   
 
[[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 nRF9161-DK. 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: nRF9161-DK
  +
*Link: [[File:NordicSemi_nRF9161-DK_TestProject_ES_V732.zip]]

Revision as of 14:14, 7 November 2023

This article describes specifics for the Nordic Semiconductor nRF9161-DK evaluation board.
nRF9161-DK.jpg

Minimum requirements

  • J-Link software V7.92m or later

Preparing for J-Link

  • Connect the J-Link to the debug connector (P18)
  • Power the board USB Type-C Connector (J6)
  • Turn the power switch on (SW6)
  • 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 nRF9161-DK. 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