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: indicate the broken nRF54H20 DK target
Added a note to the documentation of the Fast Pair samples to warn the
user that the nRF54H20 DK no longers works with these projects.
Signed-off-by: Kamil Piszczek <[email protected]>
Copy file name to clipboardExpand all lines: samples/bluetooth/fast_pair/locator_tag/README.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,12 @@ The sample supports the following development kits:
26
26
27
27
.. table-from-sample-yaml::
28
28
29
+
.. note::
30
+
This sample does not build or run for the ``nrf54h20dk/nrf54h20/cpuapp`` board target due to the IronSide SE migration.
31
+
See the ``NCSDK-34821`` in the :ref:`known_issues` page for more information.
32
+
This documentation page may still refer to concepts that were valid before the IronSide SE migration (for example, to the SUIT solution).
33
+
The codebase and documentation will be updated in the future releases to address this issue.
34
+
29
35
.. note::
30
36
In case of the :zephyr:board:`nrf54h20dk` 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`).
31
37
Enabling MRAM latency makes the Bluetooth LE controller unstable.
0 commit comments