Hello World - Sample
Build and Run Hello World sample on development board using Segger IDE
1. Open Segger IDE

2. Open 'Hello World' Sample Project
2.1 File->Open nRF Connect SDK Project...

2.2 Select Project and Board
Select 'hello_world' project.
Check '3rd party kits'
Select 'soonisys_sldev_nrf9160ns'
OK

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