You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/uart_configuration.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,13 +165,13 @@ The following tables shows how to connect the UART pins to the corresponding pin
165
165
166
166
.. _uart_configuration_nrf91m1:
167
167
168
-
nRF91M1 - pre-programmed |SM| application
169
-
=========================================
168
+
nRF91M1 pre-programmed |SM| application
169
+
=======================================
170
170
171
171
nRF91M1 is a pre-programmed nRF9151 SiP that runs the |SM| application out of the box.
172
172
173
173
The pin mapping of the nRF91M1 follows the `nrf9151dk`_ board configuration.
174
-
nRF91M1 software can be flashed to `nrf9151dk`_ board for development and testing purposes.
174
+
You can flash the nRF91M1 software to the `nrf9151dk`_ board for development and testing purposes.
175
175
176
176
The following table shows how to connect the UART pins to the corresponding pins on the nRF91M1 SiP:
177
177
@@ -216,13 +216,13 @@ The following table shows how to connect the UART pins to the corresponding pins
216
216
* Hardware flow control: Disabled
217
217
218
218
.. important::
219
-
When working with `nrf9151dk`_ board with a PC host, the DTR pin must be wired to GND to power on the UART0.
220
-
Currently, this needs to be done with a physical jumper wire, but in the future, this can be done in the `Board Configurator app`_.
219
+
When working with the `nrf9151dk`_ board with a PC host, the **DTR** pin must be wired to **GND** to power on the UART0.
220
+
Currently, you must use a physical jumper wire, but in the future, the `Board Configurator app`_ can be used.
221
221
222
222
By default in the `nrf9151dk`_ board, the UART0 is routed to VCOM0 on the interface chip, and UART1 is routed to VCOM1 on the interface chip.
223
223
This allows the `nrf9151dk`_ board to be used with a PC host for development and testing.
224
224
225
-
When working with `nrf9151dk`_ board with external MCU host, VCOM0 and VCOM1 must be disabled in the `Board Configurator app`_ to release the UART pins for external use.
225
+
When working with `nrf9151dk`_ board with an external MCU host, you must enable VCOM0 and VCOM1 in the `Board Configurator app`_ to release the UART pins for external use.
226
226
227
227
This setup is provided in the :file:`app/overlay-nrf91m1.overlay` devicetree overlay file.
0 commit comments