nRF9280 PDK
Overview
Note
All software for the nRF9280 SiP is experimental and hardware availability is restricted to the participants in the limited sampling program.
The nRF9280 PDK is a single-board development kit for evaluation and development on the Nordic nRF9280 System-in-Package (SiP).
The nrf9280pdk/nrf9280/cpuapp
board target provides support for
the application core on the nRF9280 SiP.
nRF9280 SiP provides support for the following devices:
GPIO
UART
Hardware
The nRF9280 PDK has four programmable LEDs, four programmable buttons, and one reset button.
Supported Features
The nrf9280pdk/nrf9280/cpuapp
board target supports the following
hardware features:
Interface |
Controller |
Driver/Component |
---|---|---|
GPIO |
on-chip |
gpio |
UART |
on-chip |
serial |
Connections and IOs
LEDs
LED1 (green) = P9.02
LED2 (green) = P9.03
LED3 (green) = P9.04
LED4 (green) = P9.05
Programming and Debugging
Applications for the nrf9280pdk/nrf9280/cpuapp
board target can be built,
flashed, and debugged in the usual way. See Building an Application
and Run an Application for more details on building and running.
Flashing
As an example, this section shows how to build and flash the Hello World application.
Follow the instructions in the Nordic nRF5x Segger J-Link page to install and configure all the necessary software. Further information can be found in Flashing.
To build and program the sample to the nRF9280 PDK, complete the following steps:
Connect the nRF9280 PDK to your computer using the IMCU USB port on the PDK.
Build the sample by running the following command:
# From the root of the zephyr repository west build -b nrf9280pdk/nrf9280/cpuapp samples/hello_world west flash