Skip to content

Commit 10eb59a

Browse files
committed
doc: known_issues: add entry for NCSDK-32268
Added a new known issue for the clock value in the Find My Device Network (FMDN) module that has incorrect value afte the system reboot in the case of nRF54L devices. Ref: NCSDK-32268 Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no>
1 parent 190839b commit 10eb59a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/nrf/releases_and_maturity/known_issues.rst

+9
Original file line numberDiff line numberDiff line change
@@ -3333,6 +3333,15 @@ NCSDK-23682: The Fast Pair Seeker might be unable to bond again after losing the
33333333

33343334
**Workaround:** Keep the :kconfig:option:`CONFIG_BT_SETTINGS_CCC_LAZY_LOADING` Kconfig option enabled.
33353335

3336+
.. rst-class:: v2-9-0-nRF54H20-1 v2-9-1 v2-9-0 v2-8-0
3337+
3338+
NCSDK-32268: FMDN clock is not set correctly after the system reboot for nRF54L devices
3339+
The clock value in the Find My Device Network (FMDN) module is calculated using the kernel uptime function (:c:func:`k_uptime_get`).
3340+
For the nRF54L devices, the kernel uptime persists after a system reset if the reset reason is of a specific type, such as a software reset (for example, triggered by the :c:func:`sys_reboot` API during the DFU process).
3341+
This platform-specific behaviour breaks the assumption in the FMDN clock module that the uptime starts from zero after the system reboot.
3342+
For more information, see the description of the Kconfig option that activates a workaround for this issue as part of the following patch commit.
3343+
3344+
**Workaround:** Manually cherry-pick and apply the commit with the fix from the ``main`` branch (commit hash: ``190839b44b678e2a90793e01471155fa9e579dc1``).
33363345

33373346
Other libraries
33383347
===============

0 commit comments

Comments
 (0)