Skip to content

Commit 9faca56

Browse files
maciejbaczmanskirlubos
authored andcommitted
doc: matter: fix memory requirements for 54l15 TF-M
Fix memory requirements for 54l15 TF-M to take into account RAM and ROM usage by TF-M itself Signed-off-by: Maciej Baczmanski <[email protected]> (cherry picked from commit 25abb37)
1 parent ace923f commit 9faca56

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

doc/nrf/protocols/matter/getting_started/hw_requirements.rst

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -265,23 +265,23 @@ Values are provided in kilobytes (KB).
265265

266266
The following table lists memory requirements for samples running on the :ref:`nRF54L15 DK with CMSE enabled <app_boards_spe_nspe_cpuapp_ns>` (:ref:`nrf54l15dk/nrf54l15/cpuapp/ns <zephyr:nrf54l15dk_nrf54l15>`).
267267

268-
+----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+
269-
| Sample | MCUboot ROM | Application ROM | Factory data | Settings | Total ROM | Total RAM (incl. static HEAP) |
270-
+================================================================+===============+===================+================+============+=============+=================================+
271-
| :ref:`Light Bulb <matter_light_bulb_sample>` (Debug) | 48 | 749 | 4 | 40 | 841 | 178 |
272-
+----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+
273-
| :ref:`Light Switch <matter_light_switch_sample>` (Debug) | 48 | 713 | 4 | 40 | 805 | 169 |
274-
+----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+
275-
| :ref:`Lock <matter_lock_sample>` (Debug) | 48 | 725 | 4 | 40 | 817 | 173 |
276-
+----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+
277-
| :ref:`Template <matter_template_sample>` (Debug) | 48 | 674 | 4 | 40 | 766 | 168 |
278-
+----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+
279-
| :ref:`Template <matter_template_sample>` (Release) | 48 | 580 | 4 | 40 | 672 | 161 |
280-
+----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+
281-
| :ref:`Thermostat <matter_thermostat_sample>` (Debug) | 48 | 717 | 4 | 40 | 809 | 168 |
282-
+----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+
283-
| :ref:`Window Covering <matter_window_covering_sample>` (Debug) | 48 | 697 | 4 | 40 | 789 | 168 |
284-
+----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+
268+
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+
269+
| Sample | MCUboot ROM | TF-M ROM | Application ROM | Factory data | Settings | Total ROM | Total RAM (incl. static HEAP) |
270+
+================================================================+===============+============+===================+================+============+=============+=================================+
271+
| :ref:`Light Bulb <matter_light_bulb_sample>` (Debug) | 48 | 126 | 749 | 4 | 40 | 967 | 238 |
272+
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+
273+
| :ref:`Light Switch <matter_light_switch_sample>` (Debug) | 48 | 126 | 713 | 4 | 40 | 931 | 229 |
274+
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+
275+
| :ref:`Lock <matter_lock_sample>` (Debug) | 48 | 126 | 725 | 4 | 40 | 943 | 233 |
276+
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+
277+
| :ref:`Template <matter_template_sample>` (Debug) | 48 | 126 | 674 | 4 | 40 | 892 | 228 |
278+
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+
279+
| :ref:`Template <matter_template_sample>` (Release) | 48 | 126 | 580 | 4 | 40 | 798 | 221 |
280+
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+
281+
| :ref:`Thermostat <matter_thermostat_sample>` (Debug) | 48 | 126 | 717 | 4 | 40 | 935 | 228 |
282+
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+
283+
| :ref:`Window Covering <matter_window_covering_sample>` (Debug) | 48 | 126 | 697 | 4 | 40 | 915 | 228 |
284+
+----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+-------------+---------------------------------+
285285

286286
..
287287

0 commit comments

Comments
 (0)