@@ -11,45 +11,21 @@ Overview
11
11
All software for the nRF9280 SiP is experimental and hardware availability
12
12
is restricted to the participants in the limited sampling program.
13
13
14
- The nRF9280 DK is a single-board development kit for evaluation and development
14
+ The nRF9280 PDK is a single-board development kit for evaluation and development
15
15
on the Nordic nRF9280 System-in-Package (SiP).
16
16
17
- The nRF9280 is a multicore SiP with:
18
-
19
- * an Arm Cortex-M33 core with DSP instructions, FPU, and Armv8-M Security
20
- Extensions, running at up to 320 MHz, referred to as the **application core **
21
- * an Arm Cortex-M33 core with DSP instructions, FPU, and Armv8-M Security
22
- Extensions, running at up to 256 MHz, referred to as the **radio core **.
23
-
24
17
The ``nrf9280pdk/nrf9280/cpuapp `` board target provides support for
25
18
the application core on the nRF9280 SiP.
26
- The ``nrf9280pdk/nrf9280/cpurad `` board target provides support for
27
- the radio core on the nRF9280 SiP.
28
- The ``nrf9280pdk/nrf9280/cpuppr `` board target provides support for
29
- the PPR core on the nRF9280 SiP.
30
19
31
20
nRF9280 SiP provides support for the following devices:
32
21
33
- * :abbr: `ADC ( Analog to Digital Converter ) `
34
- * CLOCK
35
22
* :abbr: `GPIO ( General Purpose Input Output ) `
36
- * :abbr: `GRTC ( Global real-time counter ) `
37
- * :abbr: `I2C ( Inter-Integrated Circuit ) `
38
- * MRAM
39
- * :abbr: `PWM ( Pulse Width Modulation ) `
40
- * RADIO (Bluetooth Low Energy and 802.15.4)
41
- * :abbr: `SPI ( Serial Peripheral Interface ) `
42
23
* :abbr: `UART ( Universal asynchronous receiver-transmitter ) `
43
- * :abbr: `USB ( Universal Serial Bus ) `
44
- * :abbr: `WDT ( Watchdog Timer ) `
45
24
46
25
Hardware
47
26
********
48
27
49
- nRF9280 DK has two crystal oscillators:
50
-
51
- * High-frequency 32 MHz crystal oscillator (HFXO)
52
- * Low-frequency 32.768 kHz crystal oscillator (LFXO)
28
+ The nRF9280 PDK has four programmable LEDs, four programmable buttons, and one reset button.
53
29
54
30
Supported Features
55
31
==================
@@ -62,56 +38,8 @@ hardware features:
62
38
+===========+============+======================+
63
39
| GPIO | on-chip | gpio |
64
40
+-----------+------------+----------------------+
65
- | GRTC | on-chip | system clock |
66
- +-----------+------------+----------------------+
67
- | I2C(M) | on-chip | i2c |
68
- +-----------+------------+----------------------+
69
- | PWM | on-chip | pwm |
70
- +-----------+------------+----------------------+
71
- | SPI(M/S) | on-chip | spi |
72
- +-----------+------------+----------------------+
73
41
| UART | on-chip | serial |
74
42
+-----------+------------+----------------------+
75
- | WDT | on-chip | watchdog |
76
- +-----------+------------+----------------------+
77
-
78
- The ``nrf9280pdk/nrf9280/cpurad `` board target supports the following
79
- hardware features:
80
-
81
- +-----------+------------+----------------------+
82
- | Interface | Controller | Driver/Component |
83
- +===========+============+======================+
84
- | GPIO | on-chip | gpio |
85
- +-----------+------------+----------------------+
86
- | GRTC | on-chip | system clock |
87
- +-----------+------------+----------------------+
88
- | I2C(M) | on-chip | i2c |
89
- +-----------+------------+----------------------+
90
- | SPI(M/S) | on-chip | spi |
91
- +-----------+------------+----------------------+
92
- | UART | on-chip | serial |
93
- +-----------+------------+----------------------+
94
- | WDT | on-chip | watchdog |
95
- +-----------+------------+----------------------+
96
-
97
- The ``nrf9280pdk/nrf9280/cpuppr `` board target supports the following
98
- hardware features:
99
-
100
- +-----------+------------+----------------------+
101
- | Interface | Controller | Driver/Component |
102
- +===========+============+======================+
103
- | GPIO | on-chip | gpio |
104
- +-----------+------------+----------------------+
105
- | GRTC | on-chip | system clock |
106
- +-----------+------------+----------------------+
107
- | I2C(M) | on-chip | i2c |
108
- +-----------+------------+----------------------+
109
- | SPI(M/S) | on-chip | spi |
110
- +-----------+------------+----------------------+
111
- | PWM | on-chip | pwm |
112
- +-----------+------------+----------------------+
113
-
114
- Other hardware features have not been enabled yet for this board.
115
43
116
44
Connections and IOs
117
45
===================
@@ -136,9 +64,8 @@ Push buttons
136
64
Programming and Debugging
137
65
*************************
138
66
139
- Applications for both the ``nrf9280pdk/nrf9280/cpuapp `` and
140
- ``nrf9280pdk/nrf9280/cpurad `` board targets can be built, flashed,
141
- and debugged in the usual way. See :ref: `build_an_application `
67
+ Applications for the ``nrf9280pdk/nrf9280/cpuapp `` board target can be built,
68
+ flashed, and debugged in the usual way. See :ref: `build_an_application `
142
69
and :ref: `application_run ` for more details on building and running.
143
70
144
71
Flashing
@@ -151,17 +78,17 @@ Follow the instructions in the :ref:`nordic_segger` page to install
151
78
and configure all the necessary software. Further information can be
152
79
found in :ref: `nordic_segger_flashing `.
153
80
154
- To build and program the sample to the nRF9280 DK , complete the following steps:
81
+ To build and program the sample to the nRF9280 PDK , complete the following steps:
155
82
156
- 1. Connect the nRF9280 DK to your computer using the IMCU USB port on the DK .
83
+ 1. Connect the nRF9280 PDK to your computer using the IMCU USB port on the PDK .
157
84
#. Build the sample by running the following command:
158
85
159
86
.. zephyr-app-commands ::
160
87
:zephyr-app: samples/hello_world
161
88
:board: nrf9280pdk/nrf9280/cpuapp
162
89
:goals: build flash
163
90
164
- Testing the LEDs and buttons in the nRF9280 DK
91
+ Testing the LEDs and buttons in the nRF9280 PDK
165
92
***********************************************
166
93
167
94
There are 2 samples that allow you to test that the buttons (switches) and LEDs
0 commit comments