Skip to content

Commit 66234d1

Browse files
ankunsrlubos
authored andcommitted
doc: nrf21540 update recommended timing values for nrf54l
The default timing value for the `tx-en-settle-time-us` property is changed to 26. For the nrf54L the time is 1us bigger. This commit adjusts fem doc recommendation for the nRF54L. Signed-off-by: Andrzej Kuros <[email protected]>
1 parent b3450cc commit 66234d1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/nrf/app_dev/device_guides/fem/fem_nrf21540_gpio.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,11 @@ To use nRF21540 in GPIO mode, complete the following steps:
8484
The nRF54L devices contain only four PPIB channels between PERI Power Domain and Low Power Domain.
8585
Due to this limitation, only two out of three pins from group ``tx-en-gpios``, ``rx-en-gpios`` and ``pdn-gpios`` (for example, ``tx-en-gpios`` and ``rx-en-gpios``) can be controlled by GPIO P0.
8686
Select other GPIO port for the one remaining pin of the pin group (for example ``pdn-gpios``).
87-
To ensure proper timing, set the ``tx-en-settle-time-us`` and ``rx-en-settle-time-us`` devicetree properties of the ``nrf_radio_fem`` node to the value ``12``.
87+
To ensure proper timing, set the following devicetree properties of the ``nrf_radio_fem`` node:
88+
89+
* ``tx-en-settle-time-us`` to the value ``27``.
90+
* ``rx-en-settle-time-us`` to the value ``12``.
91+
8892
Enable appropriate instances of the ``DPPIC`` and ``PPIB`` peripherals in the devicetree file:
8993

9094
.. code-block:: devicetree

0 commit comments

Comments
 (0)