Lines Matching +full:lte +full:- +full:m

9 The nRF9151 DK (PCA10171) is a single-board development kit for evaluation and
10 development on the nRF9151 SiP for DECT NR+ and LTE-M/NB-IoT with GNSS. The ``nrf9151dk/nrf9151``
12 Cortex-M33F CPU with ARMv8-M Security Extension and the following devices:
18 * :abbr:`I2C (Inter-Integrated Circuit)`
25 * :abbr:`UARTE (Universal asynchronous receiver-transmitter with EasyDMA)`
45 +-----------+------------+----------------------+
48 | ADC | on-chip | adc |
49 +-----------+------------+----------------------+
50 | CLOCK | on-chip | clock_control |
51 +-----------+------------+----------------------+
52 | FLASH | on-chip | flash |
53 +-----------+------------+----------------------+
55 +-----------+------------+----------------------+
56 | GPIO | on-chip | gpio |
57 +-----------+------------+----------------------+
59 +-----------+------------+----------------------+
60 | I2C(M) | on-chip | i2c |
61 +-----------+------------+----------------------+
62 | MPU | on-chip | arch/arm |
63 +-----------+------------+----------------------+
64 | NVIC | on-chip | arch/arm |
65 +-----------+------------+----------------------+
66 | PWM | on-chip | pwm |
67 +-----------+------------+----------------------+
68 | RTC | on-chip | system clock |
69 +-----------+------------+----------------------+
71 +-----------+------------+----------------------+
72 | SPI(M/S) | on-chip | spi |
73 +-----------+------------+----------------------+
74 | SPU | on-chip | system protection |
75 +-----------+------------+----------------------+
76 | UARTE | on-chip | serial |
77 +-----------+------------+----------------------+
78 | WDT | on-chip | watchdog |
79 +-----------+------------+----------------------+
91 ---
99 -------------------------
110 - Implementation Defined Attribution Unit (`IDAU`_). The IDAU is implemented
111 with the System Protection Unit and is used to define secure and non-secure
114 - Secure boot.
123 Building Secure/Non-Secure Zephyr applications with Arm |reg| TrustZone |reg|
128 1. Build the Secure Zephyr application using ``-DBOARD=nrf9151dk/nrf9151`` and
130 2. Build the Non-Secure Zephyr application using ``-DBOARD=nrf9151dk/nrf9151/ns``.
133 When building a Secure/Non-Secure application, the Secure application will
134 have to set the IDAU (SPU) configuration to allow Non-Secure access to all
135 CPU resources utilized by the Non-Secure application firmware. SPU
136 configuration shall take place before jumping to the Non-Secure application.
142 and :ref:`application_run`), using ``-DBOARD=nrf9151dk/nrf9151``.
153 Here is an example for the :zephyr:code-sample:`hello_world` application.
157 .. code-block:: console
159 $ minicom -D <tty_device> -b 115200
166 .. zephyr-app-commands::
167 :zephyr-app: samples/hello_world
184 * :zephyr:code-sample:`blinky`
185 * :zephyr:code-sample:`button`
194 .. target-notes::
197 https://developer.arm.com/docs/100690/latest/attribution-units-sau-and-idau
200 .. _Trusted Firmware M: https://www.trustedfirmware.org/projects/tf-m/