You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
samples: bluetooth: fast_pair: locator_tag: add PM note for nRF54H20 DK
Added a note to the documentation of the Fast Pair Locator Tag sample
that notifies the user about the increased power consumption for the
nRF54H20 DK target.
Signed-off-by: Kamil Piszczek <[email protected]>
Copy file name to clipboardExpand all lines: samples/bluetooth/fast_pair/locator_tag/README.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,10 @@ The sample supports the following development kits:
24
24
25
25
.. table-from-sample-yaml::
26
26
27
+
.. note::
28
+
In case of the :ref:`zephyr:nrf54h20dk_nrf54h20` board target, the application still has high power consumption as the Bluetooth LE controller running on the radio core requires disabling MRAM latency (:kconfig:option:`CONFIG_MRAM_LATENCY_AUTO_REQ`).
29
+
Enabling MRAM latency makes the Bluetooth LE controller unstable.
0 commit comments