Skip to content

Commit a470e40

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

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

doc/uart_configuration.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following UART signals are used:
4545
The Data Terminal Ready (DTR) and Ring Indicator (RI) signals are the **control signals** used for UART power management, while TX/RX/RTS/CTS are the standard UART signals.
4646

4747
.. important::
48-
The use of |SM| without hardware flow control (RTS/CTS) is `Experimental <Software maturity levels_>`_ and highly discouraged.
48+
The use of |SM| without hardware flow control (RTS/CTS) is `experimental <Software maturity levels_>`_ and strongly not recommended.
4949
See :ref:`uart_without_flow_control` for more information.
5050

5151
Board-specific pin mapping
@@ -281,11 +281,11 @@ Once the host UART is ready and DTR is asserted, the nRF91 enables its UART inte
281281
The RI signal remains active throughout this process and only returns to inactive once the nRF91 UART is active.
282282
This coordinated wake-up ensures both ends of the communication link are ready before data transmission begins.
283283

284-
**With hardware flow control:** The host can observe its CTS pin (connected to |SM|'s RTS) to know when |SM| is ready to receive data.
284+
**With hardware flow control -** The host can observe its CTS pin (connected to |SM|'s RTS) to know when |SM| is ready to receive data.
285285
When |SM| starts driving its RTS pin, the host knows that |SM| is ready to receive.
286-
The host should also have a pull-up on its CTS pin.
286+
The host must also have a pull-up on its CTS pin.
287287

288-
**Without hardware flow control:** The host must monitor the **RI signal**, which is de-asserted when the |SM| UART becomes ready to receive data.
288+
**Without hardware flow control-** The host must monitor the RI signal, which is de-asserted when the |SM| UART becomes ready to receive data.
289289
Alternatively, the host can implement a sufficient timeout between asserting DTR and initiating its first TX operation.
290290

291291
Host-initiated wake-up
@@ -305,7 +305,7 @@ Operating without hardware flow control
305305
========================================
306306

307307
.. important::
308-
The use of |SM| without hardware flow control (RTS/CTS) is `Experimental <Software maturity levels_>`_ and highly discouraged.
308+
The use of |SM| without hardware flow control (RTS/CTS) is `experimental <Software maturity levels_>`_ and strongly not recommended..
309309
Hardware flow control ensures reliable communication and prevents timing-related issues.
310310
Without hardware flow control, there is a risk of data loss in UART communication, especially in high-throughput scenarios.
311311

@@ -314,9 +314,9 @@ The host can operate without connecting the hardware flow control signals (CTS/R
314314

315315
**Key requirements:**
316316

317-
* The host must enable its own UART before asserting DTR
318-
* To detect when |SM| is ready to receive, monitor the RI signal (de-asserted when ready) or use a sufficient timeout after DTR assertion
319-
* See `Incoming data wake-up`_ for detailed timing information
317+
* The host must enable its own UART before asserting DTR.
318+
* To detect when |SM| is ready to receive, monitor the RI signal (de-asserted when ready) or use a sufficient timeout after DTR assertion.
319+
* See `Incoming data wake-up`_ for detailed timing information.
320320

321321
**Buffer configuration:**
322322

0 commit comments

Comments
 (0)