Skip to content

Commit 3b8d868

Browse files
MarkusLassilanordicjm
authored andcommitted
applications: serial_lte_modem: Documentation corrections
Corrections to SLM documentation. Signed-off-by: Markus Lassila <[email protected]>
1 parent dbc2928 commit 3b8d868

File tree

3 files changed

+267
-208
lines changed

3 files changed

+267
-208
lines changed

applications/serial_lte_modem/doc/slm_data_mode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ For more information, see the `Data mode control #XDATACTRL`_ command.
106106
Flow control in data mode
107107
=========================
108108

109-
When SLM fills its UART receive buffers, it enables the UART hardware flow control, which disables UART reception.
109+
When SLM fills its UART receive buffers, it disables UART reception. If ``hw-flow-control`` is enabled for the UART, hardware flow control is imposed. Without hardware flow control, the SLM application will drop incoming data while the UART reception is disabled.
110110
SLM reenables UART reception when the data has been moved to the data mode buffer.
111111
If the data mode buffer fills, the data are transmitted to the LTE network.
112112

applications/serial_lte_modem/doc/slm_description.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,9 @@ The following configuration files are provided:
310310

311311
* :file:`overlay-carrier.conf` - Configuration file that adds |NCS| :ref:`liblwm2m_carrier_readme` support.
312312
See :ref:`slm_carrier_library_support` for more information on how to connect to an operator's device management platform.
313+
With the ``thingy91/nrf9160/ns`` board target, you must additionally pass the sysbuild option ``-DSB_CONFIG_THINGY91_STATIC_PARTITIONS_LWM2M_CARRIER=y`` to fit the application in the flash memory.
314+
This means that you will need an external debug probe to program the application.
315+
See the :ref:`programming_thingy` for more information.
313316

314317
* :file:`overlay-carrier-softbank.conf` and :file:`sysbuild-softbank.conf` - Configuration files that add SoftBank configurations needed by the carrier library.
315318
Used in conjunction with :file:`overlay-carrier.conf`.

0 commit comments

Comments
 (0)