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

7 is based on the nRF9160 SiP, and features NB-IoT and LTE-M connectivity.
26 +-----------+------------+----------------------+
28 +-----------+------------+----------------------+
29 | CLOCK | on-chip | clock_control |
30 +-----------+------------+----------------------+
31 | FLASH | on-chip | flash |
32 +-----------+------------+----------------------+
33 | GPIO | on-chip | gpio |
34 +-----------+------------+----------------------+
35 | I2C(M) | on-chip | i2c |
36 +-----------+------------+----------------------+
37 | MPU | on-chip | arch/arm |
38 +-----------+------------+----------------------+
39 | NVIC | on-chip | arch/arm |
40 +-----------+------------+----------------------+
41 | PWM | on-chip | pwm |
42 +-----------+------------+----------------------+
44 +-----------+------------+----------------------+
45 | SPU | on-chip | system protection |
46 +-----------+------------+----------------------+
47 | UARTE | on-chip | serial |
48 +-----------+------------+----------------------+
49 | WDT | on-chip | watchdog |
50 +-----------+------------+----------------------+
56 ---
64 -------------------------
71 - Implementation Defined Attribution Unit. The IDAU is implemented
72 with the System Protection Unit and is used to define secure and non-secure
75 - Secure boot.
83 Building Secure/Non-Secure Zephyr applications
88 1. Build the Secure Zephyr application using ``-DBOARD=innblue21`` and
90 2. Build the Non-Secure Zephyr application using ``-DBOARD=innblue21/nrf9160/ns``.
93 When building a Secure/Non-Secure application, the Secure application will
94 have to set the IDAU (SPU) configuration to allow Non-Secure access to all
95 CPU resources utilized by the Non-Secure application firmware. SPU
96 configuration shall take place before jumping to the Non-Secure application.
102 and :ref:`application_run`), using ``-DBOARD=innblue21``.
113 Here is an example for the :zephyr:code-sample:`hello_world` application.
117 .. code-block:: console
119 $ minicom -D <tty_device> -b 115200
126 .. zephyr-app-commands::
127 :zephyr-app: samples/hello_world