Skip to content

Commit f54ad12

Browse files
divipillairlubos
authored andcommitted
doc: doc fixes to nrf_modem
doc fixes to nrf_modem and toc fix. Signed-off-by: divya pillai <divya.pillai@nordicsemi.no>
1 parent ea8eba6 commit f54ad12

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

mpsl/doc/radio_notification.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Radio notifications
44
###################
55

6+
.. contents::
7+
:local:
8+
:depth: 2
9+
610
The radio notification is a configurable feature that enables ACTIVE and INACTIVE (nACTIVE) signals from the MPSL to indicate when the radio is in use.
711

812
Radio notification signals

nrf_modem/doc/architecture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The application can adjust the size of these regions based on its requirements,
3636
The base address of all regions must be 4-bytes aligned.
3737
The library accepts the layout of these regions as parameters to the :c:func:`nrf_modem_init` function through the :c:struct:`nrf_modem_init_params` structure.
3838

39-
For |NCS| users, the Partition Manager will automatically reserve some RAM for each region during linking, according to the size of each region as specified in the glue.
39+
For |NCS| users, the location and size of these regions can be set and modified using devicetree.
4040

4141
Control area
4242
============

nrf_modem/doc/ug_nrf_modem_porting_os.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ The following RAM overview diagram shows the placement of Modem library in the s
9090

9191
Following are the minimum sizes of the regions of the Modem Library:
9292

93-
* The minimum size of the control region is given in the :file:`nrf_modem_platform.h` file.
94-
* The RX/TX sizes are set using the :kconfig:option:`CONFIG_NRF_MODEM_LIB_SHMEM_TX_SIZE` and :kconfig:option:`CONFIG_NRF_MODEM_LIB_SHMEM_RX_SIZE` Kconfig options.
95-
The RX/TX must fit the data for the largest command or socket operation executed.
96-
* The trace area size can remain zero if traces are not used.
97-
If traces are used, refer to :ref:`nrf_modem_trace` for more information on the trace area size.
93+
* The minimum size of the control region is given in the :file:`nrf_modem_platform.h` file.
94+
* The locations and sizes of the control, RX, TX, and trace regions are passed on to the modem library inside the ``init_params`` when calling :c:func:`nrf_modem_init`.
95+
The RX/TX must fit the data for the largest command or socket operation executed.
96+
* The trace area size can remain zero if traces are not used.
97+
If traces are used, refer to :ref:`nrf_modem_trace` for more information on the trace area size.
9898

9999
Faults and traces
100100
*****************

0 commit comments

Comments
 (0)