Skip to content

Commit 2a99641

Browse files
Tschet1rlubos
authored andcommitted
doc: Document known issue for DRGN-26138
Add the known issue text according to the identified bug. Signed-off-by: Jan Müller <[email protected]>
1 parent d3e1192 commit 2a99641

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

doc/nrf/releases_and_maturity/known_issues.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5020,6 +5020,22 @@ SoftDevice Controller
50205020
The issues in this section are related to :ref:`nrfxlib:softdevice_controller`.
50215021
In addition to the known issues listed here, see also :ref:`softdevice_controller_limitations` for permanent limitations.
50225022

5023+
.. rst-class:: v3-1-0 v3-0-2 v3-0-1 v3-0-0 v2-9-0-nRF54H20-1 v2-9-2 v2-9-1 v2-9-0 v2-8-0
5024+
5025+
DRGN-26138: Using the radio in timeslots may lead to undefined behavior in the controller
5026+
5027+
The controller may show reduced performance when EVENT registers are not cleared in timeslots or are set before the controller is enabled.
5028+
5029+
**Affected platforms:** nRF54L and nRF54H Series
5030+
5031+
**Workaround:** Clear the following radio events after using the radio in a timeslot:
5032+
5033+
* ``EVENTS_READY``
5034+
* ``EVENTS_END``
5035+
* ``EVENTS_DISABLED``
5036+
* ``EVENTS_ADDRESS``
5037+
* ``EVENTS_PAYLOAD``
5038+
50235039
.. rst-class:: v3-0-2 v3-0-1 v3-0-0 v2-9-0
50245040

50255041
DRGN-25859: The controller may stop raising advertising reports to the host while scanning for extended advertising packets

0 commit comments

Comments
 (0)