Skip to content

Commit

Permalink
doc: Add a note about TFM in the nRF54L15 snippet docs
Browse files Browse the repository at this point in the history
Add a note about TFM in the nRF54L15 snippet docs.

Signed-off-by: divya pillai <[email protected]>
  • Loading branch information
divipillai authored and carlescufi committed Oct 31, 2024
1 parent d9629b1 commit 6f1c93c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/nrf/app_dev/device_guides/nrf54l/snippets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,19 @@ You can emulate the nRF54L05 and nRF54L10 targets on an nRF54L15 device using th
- Compatible board targets
* - :ref:`emulated-nrf54l05`
- ``emulated-nrf54l05``
- ``nrf54l15dk/nrf54l15/cpuapp``, ``nrf54l15dk/nrf54l15/cpuapp/ns``
- ``nrf54l15dk/nrf54l15/cpuapp``
* - :ref:`emulated-nrf54l10`
- ``emulated-nrf54l10``
- ``nrf54l15dk/nrf54l15/cpuapp``, ``nrf54l15dk/nrf54l15/cpuapp/ns``
- ``nrf54l15dk/nrf54l15/cpuapp``

.. important::
You cannot use these snippets with the FLPR core because all memory, including RAM and RRAM, is allocated to the application core.

Currently, using the snippets is supported only on the :ref:`zephyr:nrf54l15dk_nrf54l15` board.

.. note::
Trusted Firmware-M (TF-M) is not yet supported for nRF54L05 and nRF54L10 emulated targets.

.. _emulated-nrf54l05:

nRF54L05 snippet
Expand Down

0 comments on commit 6f1c93c

Please sign in to comment.