Skip to content

Commit b0208a6

Browse files
Apply suggestions from code review
Co-authored-by: Divya S Pillai <91891495+divipillai@users.noreply.github.com>
1 parent cb3e63a commit b0208a6

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

doc/app/sm_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ The following configuration files are provided:
275275
For other setups, you can customize the overlay to fit your configuration.
276276

277277
* :file:`overlay-nrf91m1.overlay` - Devicetree overlay for use with the nRF91M1 SiP.
278-
Configures ``uart0`` and ``uart1`` with pins suitable for both 9151 DK usage and for connecting to an external MCU.
278+
Configures ``uart0`` and ``uart1`` with pins suitable for nRF9151 DK usage and for connecting to an external MCU.
279279
See :ref:`uart_configuration_nrf91m1` for pin details.
280280

281281
* :file:`overlay-carrier.conf` - Configuration file that adds |NCS| `LwM2M carrier`_ support.

doc/uart_configuration.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,13 @@ The following tables shows how to connect the UART pins to the corresponding pin
165165

166166
.. _uart_configuration_nrf91m1:
167167

168-
nRF91M1 - pre-programmed |SM| application
169-
=========================================
168+
nRF91M1 pre-programmed |SM| application
169+
=======================================
170170

171171
nRF91M1 is a pre-programmed nRF9151 SiP that runs the |SM| application out of the box.
172172

173173
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.
175175

176176
The following table shows how to connect the UART pins to the corresponding pins on the nRF91M1 SiP:
177177

@@ -216,13 +216,13 @@ The following table shows how to connect the UART pins to the corresponding pins
216216
* Hardware flow control: Disabled
217217

218218
.. 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.
221221

222222
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.
223223
This allows the `nrf9151dk`_ board to be used with a PC host for development and testing.
224224

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.
226226

227227
This setup is provided in the :file:`app/overlay-nrf91m1.overlay` devicetree overlay file.
228228

0 commit comments

Comments
 (0)