Lines Matching +full:plug +full:- +full:in

10   using USB device with on-board nRF52840 SoC
12 * The Connectivity Card nRF9161 enables LTE-M/NB-IoT and DECT NR+ over mPCIe or M.2
13 using on-board USB-UART converter
23 * RADIO (LTE-M/NB-IoT and DECT NR+) (only nRF9161)
26 * :abbr:`UARTE (Universal asynchronous receiver-transmitter with EasyDMA)` (only nRF9161)
54 * The ``ctcc/nrf9161`` board target has one external SPI NOR 64Mbit memory and one on-board USB-UART
63 +-----------+------------+----------------------+
66 | CLOCK | on-chip | clock_control |
67 +-----------+------------+----------------------+
68 | FLASH | on-chip | flash |
69 +-----------+------------+----------------------+
70 | GPIO | on-chip | gpio |
71 +-----------+------------+----------------------+
72 | MPU | on-chip | arch/arm |
73 +-----------+------------+----------------------+
74 | NVIC | on-chip | arch/arm |
75 +-----------+------------+----------------------+
76 | RADIO | on-chip | Bluetooth, |
78 +-----------+------------+----------------------+
79 | RTC | on-chip | system clock |
80 +-----------+------------+----------------------+
81 | USB | on-chip | usb |
82 +-----------+------------+----------------------+
83 | WDT | on-chip | watchdog |
84 +-----------+------------+----------------------+
89 +-----------+------------+----------------------+
92 | CLOCK | on-chip | clock_control |
93 +-----------+------------+----------------------+
94 | FLASH | on-chip | flash |
95 +-----------+------------+----------------------+
97 +-----------+------------+----------------------+
98 | GPIO | on-chip | gpio |
99 +-----------+------------+----------------------+
100 | MPU | on-chip | arch/arm |
101 +-----------+------------+----------------------+
102 | NVIC | on-chip | arch/arm |
103 +-----------+------------+----------------------+
104 | RADIO | on-chip | LTE-M/NB-IoT, |
106 +-----------+------------+----------------------+
107 | SPI(M/S) | on-chip | spi |
108 +-----------+------------+----------------------+
109 | SPU | on-chip | system protection |
110 +-----------+------------+----------------------+
111 | UARTE | on-chip | serial |
112 +-----------+------------+----------------------+
113 | RTC | on-chip | system clock |
114 +-----------+------------+----------------------+
115 | WDT | on-chip | watchdog |
116 +-----------+------------+----------------------+
122 ---
124 Note that boards do not have on-board LEDs, however they expose
141 built in the usual way (see :ref:`build_an_application` for more details).
148 1. Using an external :ref:`debug probe <debug-probes>`
155 ---------------------------------------
157 Connectivity Card can be programmed using an external debug probe (Segger J-Link) by connecting
158 to on-board SWD test pads.
160 For Segger J-Link debug probes, follow the instructions in the
162 software. Further information can be found in :ref:`nordic_segger_flashing`.
167 Here is an example for the :zephyr:code-sample:`usb-cdc-acm-console` application which prints out
170 .. zephyr-app-commands::
171 :zephyr-app: samples/subsys/usb/console
176 -------------------------------------------
181 Install a MCUmgr-compatible tool from :ref:`supported list <mcumgr_tools_libraries>`
183 for MCUboot as described on :ref:`west-sign`.
189 .. group-tab:: nRF52840
193 .. zephyr-app-commands::
196 :build-dir: mcuboot
199 .. group-tab:: nRF9161
203 .. zephyr-app-commands::
206 :build-dir: mcuboot
209 #. Flash it onto the board as described in Option 1.
211 #. Flash other Zephyr application over USB using :ref:`MCUmgr-compatible tool <mcumgr_tools_librari…
215 .. group-tab:: nRF52840
219 .. zephyr-app-commands::
220 :zephyr-app: samples/basic/blinky
223 …:gen-args: -DCONFIG_BOOTLOADER_MCUBOOT=y -DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE=\"path/to/mcuboot/boo…
225 .. group-tab:: nRF9161
229 .. zephyr-app-commands::
230 :zephyr-app: samples/basic/blinky
233 …:gen-args: -DCONFIG_BOOTLOADER_MCUBOOT=y -DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE=\"path/to/mcuboot/boo…
237 In all examples it is assumed to use default :file:`root-rsa-2048.pem` file from ``mcuboot/boot``
238 directory. Providing certificate in build args produces signed binary automatically.
239 Do not use this certificate in your production firmware!
244 These boards do not have an on-board J-Link debug IC, however
248 To test flashed software, plug in ``ctcc`` card to mPCIe/M.2 slot or use mPCIe/M.2 adapter to USB a…
250 …device appears: ``NordicSemiconductor MCUBOOT`` or ``NordicSemiconductor USB-DEV`` (when booted in…
251 …* For ``ctcc/nrf9161`` it's not possible to see a change in ``lsusb`` due to the on-board USB-UART…
256 .. target-notes::
259 https://cthings.co/products/connectivity-cards
263 https://github.com/zephyrproject-rtos/mcuboot