nRF9160 DK๏ƒ

nRF9160 DK (PCA10090)

Sample firmware

References

Program nRF9160 (SWD)๏ƒ

To program the nRF9160, connect the PLT SWD signals to the nRF9160 DK P3 Debug socket as below:

PLT SWD pin

PLT Signal

nRF9160 Function

P3 Pin

1

SWD_VDD

VDD

1

2

SWD_SWDIO

SWDIO

2

3

SWD_NRST

RESET

10

4

SWD_SWCLK

SWDCLK

4

5

GND

GND

3, 5, 9

6

SWD_SWO

SWO

6

YAML Test Plan

  • at_client-SWD.yaml: PLT test plan to program nRF91 via SWD

title: "Program nRF91 DK (Cortex-M33)"
suite:
- ident: ICT-T0
  title: Power On
  steps:
  - command: power SWD on
- ident: ICT-T1
  title: Identify DUT
  steps:
  - command: identify nRF91
- ident: ICT-T2
  title: Program Cortex-M33 through PLT SWD interface
  steps:
  - command: program nRF91 zephyr-nrf9160-at_client.hex
- ident: ICT-T3
  title: Power Off
  steps:
  - command: power off