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

9 The nRF9161 DK (PCA10153) is a single-board development kit for evaluation and
10 development on the nRF9161 SiP for DECT NR+ and LTE-M/NB-IoT with GNSS. The ``nrf9161dk/nrf9161``
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)`
47 +-----------+------------+----------------------+
50 | ADC | on-chip | adc |
51 +-----------+------------+----------------------+
52 | CLOCK | on-chip | clock_control |
53 +-----------+------------+----------------------+
54 | FLASH | on-chip | flash |
55 +-----------+------------+----------------------+
57 +-----------+------------+----------------------+
58 | GPIO | on-chip | gpio |
59 +-----------+------------+----------------------+
61 +-----------+------------+----------------------+
62 | I2C(M) | on-chip | i2c |
63 +-----------+------------+----------------------+
64 | MPU | on-chip | arch/arm |
65 +-----------+------------+----------------------+
66 | NVIC | on-chip | arch/arm |
67 +-----------+------------+----------------------+
68 | PWM | on-chip | pwm |
69 +-----------+------------+----------------------+
70 | RTC | on-chip | system clock |
71 +-----------+------------+----------------------+
73 +-----------+------------+----------------------+
74 | SPI(M/S) | on-chip | spi |
75 +-----------+------------+----------------------+
76 | SPU | on-chip | system protection |
77 +-----------+------------+----------------------+
78 | UARTE | on-chip | serial |
79 +-----------+------------+----------------------+
80 | WDT | on-chip | watchdog |
81 +-----------+------------+----------------------+
94 ---
102 -------------------------
113 - Implementation Defined Attribution Unit (`IDAU`_). The IDAU is implemented
114 with the System Protection Unit and is used to define secure and non-secure
117 - Secure boot.
126 Building Secure/Non-Secure Zephyr applications with Arm |reg| TrustZone |reg|
131 1. Build the Secure Zephyr application using ``-DBOARD=nrf9161dk/nrf9161`` and
133 2. Build the Non-Secure Zephyr application using ``-DBOARD=nrf9161dk/nrf9161/ns``.
136 When building a Secure/Non-Secure application, the Secure application will
137 have to set the IDAU (SPU) configuration to allow Non-Secure access to all
138 CPU resources utilized by the Non-Secure application firmware. SPU
139 configuration shall take place before jumping to the Non-Secure application.
145 and :ref:`application_run`), using ``-DBOARD=nrf9161dk/nrf9161``.
156 Here is an example for the :zephyr:code-sample:`hello_world` application.
160 .. code-block:: console
162 $ minicom -D <tty_device> -b 115200
169 .. zephyr-app-commands::
170 :zephyr-app: samples/hello_world
187 * :zephyr:code-sample:`blinky`
188 * :zephyr:code-sample:`button`
197 .. target-notes::
200 https://developer.arm.com/docs/100690/latest/attribution-units-sau-and-idau
201 .. _nRF9161 DK website: https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF9161-DK
203 .. _Trusted Firmware M: https://www.trustedfirmware.org/projects/tf-m/