Hello World - Sample

Build and Run Hello World sample on development board using Segger IDE

1. Open Segger IDE

Open Segger Embedded Studio

2. Open 'Hello World' Sample Project

2.1 File->Open nRF Connect SDK Project...

All sample projects are located at...

C:\ncs\v1.7.0\zephyr\samples

C:\ncs\v1.7.0\nrf\samples

2.2 Select Project and Board

  1. Select 'hello_world' project.

  2. Check '3rd party kits'

  3. Select 'soonisys_sldev_nrf9160ns'

  4. OK

Board name should be 'soonisys_sldev_nrf9160ns'

If you don't see this board name, see the Installation

2.3 main.c

You can see the 'main.c' source file.

Project Items Windows->Solution 'build'->Project 'app/libapp.a'->C_COMPILER_app->main.c

3. Build and Debug

3.1 Build

3.2 Debug

4. Windows Serial Terminal

To see the board console strings, You can use any windows serial terminal.

Hello World serial baud rate is 115200.

We use 'teraterm' for serial terminal.

Last updated