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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The following UART signals are used:
45
45
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.
46
46
47
47
.. 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.
49
49
See :ref:`uart_without_flow_control` for more information.
50
50
51
51
Board-specific pin mapping
@@ -281,11 +281,11 @@ Once the host UART is ready and DTR is asserted, the nRF91 enables its UART inte
281
281
The RI signal remains active throughout this process and only returns to inactive once the nRF91 UART is active.
282
282
This coordinated wake-up ensures both ends of the communication link are ready before data transmission begins.
283
283
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.
285
285
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.
287
287
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.
289
289
Alternatively, the host can implement a sufficient timeout between asserting DTR and initiating its first TX operation.
290
290
291
291
Host-initiated wake-up
@@ -305,7 +305,7 @@ Operating without hardware flow control
305
305
========================================
306
306
307
307
.. 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..
309
309
Hardware flow control ensures reliable communication and prevents timing-related issues.
310
310
Without hardware flow control, there is a risk of data loss in UART communication, especially in high-throughput scenarios.
311
311
@@ -314,9 +314,9 @@ The host can operate without connecting the hardware flow control signals (CTS/R
314
314
315
315
**Key requirements:**
316
316
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.
0 commit comments