Hardware that runs Matter protocol applications must meet specification requirements, including providing the right amount of flash memory and being able to run Bluetooth® LE and Thread or Wi-Fi® concurrently.
Currently the following SoCs from Nordic Semiconductor are supported for use with the Matter protocol:
- :ref:`nRF5340 <programming_board_names>` (Matter over Thread and Matter over Wi-Fi through the
nrf7002ek
shield) - :ref:`nRF5340 + nRF7002 <programming_board_names>` (Matter over Thread and Matter over Wi-Fi)
- :ref:`nRF52840 <programming_board_names>` (Matter over Thread)
- :ref:`nRF54L15 <programming_board_names>` (Matter over Thread)
- :ref:`nRF54L10 <programming_board_names>` (Matter over Thread)
SoCs from Nordic Semiconductor that can run the Matter protocol over Thread can also work with external Front-End Modules. For more information about the FEM support in the |NCS|, see :ref:`ug_radio_fem` and :ref:`nRF21540 DK <programming_board_names>`.
For the currently supported SoCs, you must use an external memory with at least 1 MB of flash for nRF52840 and nRF54L10, and 1.5 MB for nRF5340 and nRF54L15. This is required to perform the DFU operation.
Note
The nRF54L15 supports DFU with image compression, which may eliminate the need for external flash. For more details, see :ref:`mcuboot_image_compression`.
The development kits for the supported SoCs from Nordic Semiconductor are supplied with the MX25R64 type of external flash that meets these memory requirements. However, it is possible to configure the SoCs with different QSPI or SPI memory if it is supported by Zephyr. For this purpose, check the reference design for Nordic DKs for information about how to connect the external memory with SoC, specifically whether the pins are designed for the QSPI or the high-speed SPIM operations.
RAM and flash memory requirement values differ depending on the DK and the programmed sample.
The following tables list memory requirement values for Matter samples.
Values are provided in kilobytes (KB).
.. tabs:: .. tab:: nRF52840 DK The following table lists memory requirements for samples running on the :ref:`nRF52840 DK <programming_board_names>` (:ref:`nrf52840dk/nrf52840 <zephyr:nrf52840dk_nrf52840>`). +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | Sample | MCUboot ROM | Application ROM | Factory data | Settings | Total ROM | Total RAM (incl. static HEAP) | +======================================================================+===============+===================+================+============+=============+=================================+ | :ref:`Light Bulb <matter_light_bulb_sample>` (Debug) | 28 | 801 | 4 | 32 | 865 | 183 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Light Bulb <matter_light_bulb_sample>` (Debug + LTO) | 28 | 736 | 4 | 32 | 800 | 187 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Light Bulb <matter_light_bulb_sample>` (Release) | 28 | 699 | 4 | 32 | 763 | 178 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Light Switch <matter_light_switch_sample>` (Debug) | 28 | 765 | 4 | 32 | 829 | 174 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Light Switch <matter_light_switch_sample>` (Debug + LTO) | 28 | 698 | 4 | 32 | 762 | 178 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Light Switch <matter_light_switch_sample>` (Release) | 28 | 662 | 4 | 32 | 726 | 168 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Lock <matter_lock_sample>` (Debug) | 28 | 778 | 4 | 32 | 842 | 177 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Lock <matter_lock_sample>` (Debug + LTO) | 28 | 711 | 4 | 32 | 775 | 181 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Lock <matter_lock_sample>` (Release) | 28 | 663 | 4 | 32 | 727 | 173 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Smoke CO Alarm <matter_smoke_co_alarm_sample>` (Debug) | 28 | 756 | 4 | 32 | 820 | 175 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Smoke CO Alarm <matter_smoke_co_alarm_sample>` (Debug + LTO) | 28 | 690 | 4 | 32 | 754 | 179 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Smoke CO Alarm <matter_smoke_co_alarm_sample>` (Release) | 28 | 655 | 4 | 32 | 719 | 171 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Template <matter_template_sample>` (Debug) | 28 | 718 | 4 | 32 | 782 | 172 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Template <matter_template_sample>` (Debug + LTO) | 28 | 658 | 4 | 32 | 722 | 176 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Template <matter_template_sample>` (Release) | 28 | 623 | 4 | 32 | 687 | 168 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Thermostat <matter_thermostat_sample>` (Debug) | 28 | 772 | 4 | 32 | 836 | 173 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Thermostat <matter_thermostat_sample>` (Debug + LTO) | 28 | 704 | 4 | 32 | 768 | 177 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Thermostat <matter_thermostat_sample>` (Release) | 28 | 663 | 4 | 32 | 727 | 168 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Window Covering <matter_window_covering_sample>` (Debug) | 28 | 749 | 4 | 32 | 813 | 173 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Window Covering <matter_window_covering_sample>` (Debug + LTO) | 28 | 684 | 4 | 32 | 748 | 177 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Window Covering <matter_window_covering_sample>` (Release) | 28 | 649 | 4 | 32 | 713 | 168 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ .. tab:: nRF5340 DK The following table lists memory requirements for samples running on the :ref:`nRF5340 DK <programming_board_names>` (:ref:`nrf5340dk/nrf5340/cpuapp <zephyr:nrf5340dk_nrf5340>`). +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | Sample | MCUboot ROM | Application ROM | Factory data | Settings | Total ROM | Total RAM (incl. static HEAP) | +======================================================================+===============+===================+================+============+=============+=================================+ | :ref:`Bridge <matter_bridge_app>` (Debug + LTO) | 32 | 659 | 4 | 32 | 727 | 212 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Bridge <matter_bridge_app>` (Release) | 32 | 643 | 4 | 32 | 711 | 206 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Light Bulb <matter_light_bulb_sample>` (Debug) | 32 | 731 | 4 | 32 | 799 | 192 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Light Bulb <matter_light_bulb_sample>` (Debug + LTO) | 32 | 667 | 4 | 32 | 735 | 196 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Light Bulb <matter_light_bulb_sample>` (Release) | 32 | 627 | 4 | 32 | 695 | 187 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Light Switch <matter_light_switch_sample>` (Debug) | 32 | 695 | 4 | 32 | 763 | 183 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Light Switch <matter_light_switch_sample>` (Debug + LTO) | 32 | 628 | 4 | 32 | 696 | 187 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Light Switch <matter_light_switch_sample>` (Release) | 32 | 590 | 4 | 32 | 658 | 177 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Lock <matter_lock_sample>` (Debug) | 32 | 708 | 4 | 32 | 776 | 187 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Lock <matter_lock_sample>` (Debug + LTO) | 32 | 641 | 4 | 32 | 709 | 190 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Lock <matter_lock_sample>` (Release) | 32 | 591 | 4 | 32 | 659 | 181 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Smoke CO Alarm <matter_smoke_co_alarm_sample>` (Debug) | 32 | 686 | 4 | 32 | 754 | 185 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Smoke CO Alarm <matter_smoke_co_alarm_sample>` (Debug + LTO) | 32 | 621 | 4 | 32 | 689 | 188 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Smoke CO Alarm <matter_smoke_co_alarm_sample>` (Release) | 32 | 583 | 4 | 32 | 651 | 180 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Template <matter_template_sample>` (Debug) | 32 | 648 | 4 | 32 | 716 | 181 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Template <matter_template_sample>` (Debug + LTO) | 32 | 588 | 4 | 32 | 656 | 185 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Template <matter_template_sample>` (Release) | 32 | 551 | 4 | 32 | 619 | 176 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Thermostat <matter_thermostat_sample>` (Debug) | 32 | 702 | 4 | 32 | 770 | 182 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Thermostat <matter_thermostat_sample>` (Debug + LTO) | 32 | 635 | 4 | 32 | 703 | 186 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Thermostat <matter_thermostat_sample>` (Release) | 32 | 590 | 4 | 32 | 658 | 177 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Window Covering <matter_window_covering_sample>` (Debug) | 32 | 679 | 4 | 32 | 747 | 182 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Window Covering <matter_window_covering_sample>` (Debug + LTO) | 32 | 615 | 4 | 32 | 683 | 186 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Window Covering <matter_window_covering_sample>` (Release) | 32 | 577 | 4 | 32 | 645 | 177 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ .. tab:: Thingy:53 The following table lists memory requirements for samples running on the :ref:`Thingy:53 <programming_board_names>` (:ref:`thingy53/nrf5340 <zephyr:thingy53_nrf5340>`). +-------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | Sample | MCUboot ROM | Application ROM | Factory data | Settings | Total ROM | Total RAM (incl. static HEAP) | +===================================================================+===============+===================+================+============+=============+=================================+ | :ref:`Weather Station <matter_weather_station_app>` (Debug) | 64 | 741 | 16 | 48 | 869 | 235 | +-------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Weather Station <matter_weather_station_app>` (Debug + LTO) | 64 | 669 | 16 | 48 | 797 | 239 | +-------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Weather Station <matter_weather_station_app>` (Release) | 64 | 604 | 16 | 48 | 732 | 210 | +-------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ .. tab:: nRF7002 DK The following table lists memory requirements for samples running on the :ref:`nRF7002 DK <programming_board_names>` (:ref:`nrf7002dk/nrf5340/cpuapp <zephyr:nrf7002dk_nrf5340>`). +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | Sample | MCUboot ROM | Application ROM | Factory data | Settings | Total ROM | Total RAM (incl. static HEAP) | +================================================================+===============+===================+================+============+=============+=================================+ | :ref:`Bridge <matter_bridge_app>` (Debug + LTO) | 48 | 833 | 4 | 32 | 917 | 308 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Bridge <matter_bridge_app>` (Release) | 48 | 843 | 4 | 32 | 927 | 302 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Light Bulb <matter_light_bulb_sample>` (Debug) | 48 | 920 | 4 | 32 | 1004 | 297 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Light Bulb <matter_light_bulb_sample>` (Debug + LTO) | 48 | 837 | 4 | 32 | 921 | 301 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Light Bulb <matter_light_bulb_sample>` (Release) | 48 | 823 | 4 | 32 | 907 | 291 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Light Switch <matter_light_switch_sample>` (Debug) | 48 | 928 | 4 | 32 | 1012 | 299 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Light Switch <matter_light_switch_sample>` (Debug + LTO) | 48 | 844 | 4 | 32 | 928 | 303 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Light Switch <matter_light_switch_sample>` (Release) | 48 | 831 | 4 | 32 | 915 | 292 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Lock <matter_lock_sample>` (Debug + LTO) | 48 | 858 | 4 | 32 | 942 | 303 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Lock <matter_lock_sample>` (Release) | 48 | 754 | 4 | 32 | 838 | 296 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Template <matter_template_sample>` (Debug) | 48 | 885 | 4 | 32 | 969 | 296 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Template <matter_template_sample>` (Debug + LTO) | 48 | 808 | 4 | 32 | 892 | 300 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Template <matter_template_sample>` (Release) | 48 | 796 | 4 | 32 | 880 | 290 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Thermostat <matter_thermostat_sample>` (Debug + LTO) | 48 | 852 | 4 | 32 | 936 | 301 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Thermostat <matter_thermostat_sample>` (Release) | 48 | 755 | 4 | 32 | 839 | 294 | +----------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ .. tab:: nRF54L15 DK The following table lists memory requirements for samples running on the :ref:`nRF54L15 DK <programming_board_names>` (:ref:`nrf54l15dk/nrf54l15/cpuapp <zephyr:nrf54l15dk_nrf54l15>`). +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | Sample | MCUboot ROM | Application ROM | Factory data | Settings | Total ROM | Total RAM (incl. static HEAP) | +======================================================================+===============+===================+================+============+=============+=================================+ | :ref:`Light Bulb <matter_light_bulb_sample>` (Debug) | 52 | 820 | 4 | 40 | 916 | 193 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Light Bulb <matter_light_bulb_sample>` (Debug + LTO) | 52 | 751 | 4 | 40 | 847 | 194 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Light Bulb <matter_light_bulb_sample>` (Release) | 52 | 716 | 4 | 40 | 812 | 188 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Light Switch <matter_light_switch_sample>` (Debug) | 52 | 784 | 4 | 40 | 880 | 184 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Light Switch <matter_light_switch_sample>` (Debug + LTO) | 52 | 713 | 4 | 40 | 809 | 185 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Light Switch <matter_light_switch_sample>` (Release) | 52 | 678 | 4 | 40 | 774 | 178 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Lock <matter_lock_sample>` (Debug) | 52 | 797 | 4 | 40 | 893 | 187 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Lock <matter_lock_sample>` (Debug + LTO) | 52 | 725 | 4 | 40 | 821 | 188 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Lock <matter_lock_sample>` (Release) | 52 | 679 | 4 | 40 | 775 | 182 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Smoke CO Alarm <matter_smoke_co_alarm_sample>` (Debug) | 52 | 775 | 4 | 40 | 871 | 185 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Smoke CO Alarm <matter_smoke_co_alarm_sample>` (Debug + LTO) | 52 | 705 | 4 | 40 | 801 | 186 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Smoke CO Alarm <matter_smoke_co_alarm_sample>` (Release) | 52 | 672 | 4 | 40 | 768 | 180 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Template <matter_template_sample>` (Debug) | 52 | 738 | 4 | 40 | 834 | 182 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Template <matter_template_sample>` (Debug + LTO) | 52 | 674 | 4 | 40 | 770 | 183 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Template <matter_template_sample>` (Release) | 52 | 642 | 4 | 40 | 738 | 177 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Thermostat <matter_thermostat_sample>` (Debug) | 52 | 792 | 4 | 40 | 888 | 183 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Thermostat <matter_thermostat_sample>` (Debug + LTO) | 52 | 720 | 4 | 40 | 816 | 184 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Thermostat <matter_thermostat_sample>` (Release) | 52 | 681 | 4 | 40 | 777 | 177 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Window Covering <matter_window_covering_sample>` (Debug) | 52 | 768 | 4 | 40 | 864 | 183 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Window Covering <matter_window_covering_sample>` (Debug + LTO) | 52 | 699 | 4 | 40 | 795 | 184 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ | :ref:`Window Covering <matter_window_covering_sample>` (Release) | 52 | 665 | 4 | 40 | 761 | 177 | +----------------------------------------------------------------------+---------------+-------------------+----------------+------------+-------------+---------------------------------+ .. tab:: nRF54L15 DK with TF-M 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>`). +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+ | Sample | MCUboot ROM | TF-M ROM | Application ROM | Factory data | Settings | TF-M Storage | Total ROM | Total RAM (incl. static HEAP) | +================================================================+===============+============+===================+================+============+================+=============+=================================+ | :ref:`Light Bulb <matter_light_bulb_sample>` (Debug) | 52 | 126 | 757 | 4 | 40 | 32 | 1011 | 237 | +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+ | :ref:`Light Switch <matter_light_switch_sample>` (Debug) | 52 | 126 | 721 | 4 | 40 | 32 | 975 | 228 | +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+ | :ref:`Lock <matter_lock_sample>` (Debug) | 52 | 126 | 734 | 4 | 40 | 32 | 988 | 232 | +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+ | :ref:`Template <matter_template_sample>` (Debug) | 52 | 126 | 682 | 4 | 40 | 32 | 936 | 227 | +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+ | :ref:`Template <matter_template_sample>` (Release) | 52 | 126 | 585 | 4 | 40 | 32 | 839 | 221 | +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+ | :ref:`Thermostat <matter_thermostat_sample>` (Debug) | 52 | 126 | 729 | 4 | 40 | 32 | 983 | 227 | +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+ | :ref:`Window Covering <matter_window_covering_sample>` (Debug) | 52 | 126 | 705 | 4 | 40 | 32 | 959 | 227 | +----------------------------------------------------------------+---------------+------------+-------------------+----------------+------------+----------------+-------------+---------------------------------+
Note
The results for Link-Time Optimization (LTO)
are based on building the Thread library from sources.
If you use the binary Thread library version, the ROM usage may be higher.
The following tabs show how the :ref:`Matter stack architecture in the nRF Connect SDK <ug_matter_overview_architecture_integration_stack>` translates to actual memory maps for each of the available :ref:`ug_matter_overview_architecture_integration_designs`. The memory values match RAM and flash memory requirements listed above.
Each tab shows the memory maps for the development kits supported by the Matter protocol, including two memory maps for the :ref:`matter_weather_station_app`, which uses Nordic Thingy:53.
For more information about configuration of memory layouts in Matter, see :ref:`ug_matter_device_bootloader_partition_layout`.
.. tabs:: .. tab:: nRF52840 DK The following memory map is valid for Matter applications running on the :ref:`nRF52840 DK <programming_board_names>` (:ref:`nrf52840dk/nrf52840 <zephyr:nrf52840dk_nrf52840>`). Internal flash (size: 0x100000 = 1024kB) +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================+=====================+===================+=====================+=================+===================+ | Bootloader (mcuboot) | 0kB (0x0) | 28kB (0x7000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Application (mcuboot_primary/app) | 28kB (0x7000) | 960kB (0xf0000) | mcuboot_pad | 28kB (0x7000) | 512B (0x200) | | | | +---------------------+-----------------+-------------------+ | | | | mcuboot_primary_app | 28.5kB (0x7200) | 959.5kB (0xefe00) | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Factory data (factory_data) | 988kB (0xf7000) | 4kB (0x1000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Non-volatile storage (settings_storage) | 992kB (0xf8000) | 32kB (0x8000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ SRAM primary (size: 0x40000 = 256kB) SRAM is located at the address ``0x20000000`` in the memory address space of the application. +-----------------------------------------+----------------------+-------------------+---------------------+-----------------+-----------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================+======================+===================+=====================+=================+=================+ | Static RAM (sram_primary) | 0kB (0x0) | 256kB (0x40000) |- |- |- | +-----------------------------------------+----------------------+-------------------+---------------------+-----------------+-----------------+ External flash (size: 0x800000 = 8192kB) +-----------------------------------------+----------------+-------------------+---------------------+-----------------+-----------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================+================+===================+=====================+=================+=================+ | Application DFU (mcuboot_secondary) | 0kB (0x0) | 960kB (0xf0000) |- |- |- | +-----------------------------------------+----------------+-------------------+---------------------+-----------------+-----------------+ | Free space (external_flash) | 960kB (0xf0000)| 7232kB (0x710000) |- |- |- | +-----------------------------------------+----------------+-------------------+---------------------+-----------------+-----------------+ .. tab:: nRF5340 DK The following memory map is valid for Matter applications running on the :ref:`nRF5340 DK <programming_board_names>` (:ref:`nrf5340dk/nrf5340/cpuapp <zephyr:nrf5340dk_nrf5340>`). Application core flash (size: 0x100000 = 1024kB) +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================+=====================+===================+=====================+=================+===================+ | MCUboot bootloader (mcuboot) | 0kB (0x0) | 32kB (0x8000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Application (mcuboot_primary/app) | 32kB (0x8000) | 956kB (0xef000) | mcuboot_pad | 32kB (0x8000) | 512B (0x200) | | | | +---------------------+-----------------+-------------------+ | | | | mcuboot_primary_app | 32.5kB (0x8200) | 955.5kB (0xeee00) | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Factory data (factory_data) | 988kB (0xf7000) | 4kB (0x1000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Non-volatile storage (settings_storage) | 992kB (0xf8000) | 32kB (0x8000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ Application core SRAM primary (size: 0x80000 = 512kB) SRAM is located at the address ``0x20000000`` in the memory address space of the application. +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +===============================================+=====================+===================+=====================+=================+=================+ | :ref:`subsys_pcd` (pcd_sram) | 0kB (0x0) | 8kB (0x2000) |- |- |- | +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Static RAM (sram_primary) | 8kB (0x2000) | 440kB (0x6e000) |- |- |- | +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Network core shared memory (rpmsg_nrf53_sram) | 448kB (0x70000) | 64kB (0x10000) |- |- |- | +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ External flash (size: 0x800000 = 8192kB) +-----------------------------------------+-------------------+-------------------+---------------------+-----------------+-----------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================+===================+===================+=====================+=================+=================+ | Application DFU (mcuboot_secondary) | 0kB (0x0) | 956kB (0xef000) | - | - | - | +-----------------------------------------+-------------------+-------------------+---------------------+-----------------+-----------------+ | Network Core DFU (mcuboot_secondary_1) | 956kB (0xef000) | 256kB (0x40000) | - | - | - | +-----------------------------------------+-------------------+-------------------+---------------------+-----------------+-----------------+ | Free space (external_flash) | 1212kB (0x12f000) | 6980kB (0x6d1000) | - | - | - | +-----------------------------------------+-------------------+-------------------+---------------------+-----------------+-----------------+ Network core flash (size: 0x40000 = 256kB) The network core flash is located at the address ``0x1000000`` in the memory address space of the application. +---------------------------------------------------------+---------------------+-------------------+---------------------+-------------------+-------------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================================+=====================+===================+=====================+===================+===================+ | :ref:`B0n bootloader <nc_bootloader>` (b0n_container) | 0kB (0x0) | 34kB (0x8800) | b0n | 0kB (0x0) | 33.375kB (0x8580) | | | | +---------------------+-------------------+-------------------+ | | | | provision | 33.375kB (0x8580) | 640B (0x280) | +---------------------------------------------------------+---------------------+-------------------+---------------------+-------------------+-------------------+ | Network application (app) | 34kB (0x8800) | 222kB (0x37800) | ipc_radio | 34kB (0x8800) | 222kB (0x37800) | +---------------------------------------------------------+---------------------+-------------------+---------------------+-------------------+-------------------+ Network core SRAM (size: 0x10000 = 64kB) SRAM is located at the address ``0x21000000`` in the memory address space of the application. +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================+=====================+===================+=====================+=================+=================+ | Static RAM (sram_primary) | 0kB (0x0) | 64kB (0x10000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ One-Time-Programmable region of UICR (size: 0x2fc = 764B) OTP is located at the address ``0xff8100`` in the memory address space of the application. +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================+=====================+===================+=====================+=================+=================+ | OTP Memory (otp) | 0kB (0x0) | 764B (0x2fc) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ .. tab:: Nordic Thingy:53 The following memory map is valid for the :ref:`Matter weather station <matter_weather_station_app>` application running on the :ref:`Thingy:53 <programming_board_names>` (:ref:`thingy53_nrf5340 <zephyr:thingy53_nrf5340>`). The values are valid for the ``debug`` and ``release`` build types. Application core flash (size: 0x100000 = 1024kB) +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================+=====================+===================+=====================+=================+===================+ | MCUboot bootloader (mcuboot) | 0kB (0x0) | 64kB (0x10000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Application (mcuboot_primary/app) | 64kB (0x10000) | 896kB (0xe0000) | mcuboot_pad | 64kB (0x10000) | 512B (0x200) | | | | +---------------------+-----------------+-------------------+ | | | | mcuboot_primary_app | 64.5kB (0x10200)| 895.5kB (0xdfe00) | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Non-volatile storage (settings_storage) | 960kB (0xf0000) | 64kB (0x10000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ Application core SRAM primary (size: 0x80000 = 512kB) SRAM is located at the address ``0x20000000`` in the memory address space of the application. +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +===============================================+=====================+===================+=====================+=================+=================+ | :ref:`subsys_pcd` (pcd_sram) | 0kB (0x0) | 8kB (0x2000) |- |- |- | +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Static RAM (sram_primary) | 8kB (0x2000) | 440kB (0x6e000) |- |- |- | +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Network core shared memory (rpmsg_nrf53_sram) | 448kB (0x70000) | 64kB (0x10000) |- |- |- | +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ External flash (size: 0x800000 = 8192kB) +-----------------------------------------+-------------------+-------------------+---------------------+-----------------+-----------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================+===================+===================+=====================+=================+=================+ | Application DFU (mcuboot_secondary) | 0kB (0x0) | 896kB (0xe0000) | - | - | - | +-----------------------------------------+-------------------+-------------------+---------------------+-----------------+-----------------+ | Network Core DFU (mcuboot_secondary_1) | 896kB (0xe0000) | 256kB (0x40000) | - | - | - | +-----------------------------------------+-------------------+-------------------+---------------------+-----------------+-----------------+ | Free space (external_flash) | 1152kB (0x120000) | 7040kB (0x6e0000) | - | - | - | +-----------------------------------------+-------------------+-------------------+---------------------+-----------------+-----------------+ Network core flash (size: 0x40000 = 256kB) The network core flash is located at the address ``0x1000000`` in the memory address space of the application. +---------------------------------------------------------+---------------------+-------------------+---------------------+------------------+-------------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================================+=====================+===================+=====================+==================+===================+ | :ref:`B0n bootloader <nc_bootloader>` (b0n_container) | 0kB (0x0) | 34kB (0x8800) | b0n | 0kB (0x0) | 33.375kB (0x8580) | | | | +---------------------+------------------+-------------------+ | | | | provision | 33.375kB (0x8580)| 640B (0x280) | +---------------------------------------------------------+---------------------+-------------------+---------------------+------------------+-------------------+ | Network application (app) | 34kB (0x8800) | 222kB (0x37800) | ipc_radio | 34kB (0x8800) | 222kB (0x37800) | +---------------------------------------------------------+---------------------+-------------------+---------------------+------------------+-------------------+ Network core SRAM flash (size: 0x10000 = 64kB) SRAM is located at the address ``0x21000000`` in the memory address space of the application. +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================+=====================+===================+=====================+=================+=================+ | Static RAM (sram_primary) | 0kB (0x0) | 64kB (0x10000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ One-Time-Programmable region of UICR (size: 0x2fc = 764B) OTP is located at the address ``0xff8100`` in the memory address space of the application. +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================+=====================+===================+=====================+=================+=================+ | OTP Memory (otp) | 0kB (0x0) | 764B (0x2fc) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ .. tab:: Nordic Thingy:53 (factory data) The following memory map is valid for the :ref:`Matter weather station <matter_weather_station_app>` application running on the :ref:`Thingy:53 <programming_board_names>` (:ref:`thingy53_nrf5340 <zephyr:thingy53_nrf5340>`). The values are valid for the ``factory_data`` build type. Application core flash (size: 0x100000 = 1024kB) +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================+=====================+===================+=====================+=================+===================+ | MCUboot bootloader (mcuboot) | 0kB (0x0) | 64kB (0x10000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Application (mcuboot_primary/app) | 64kB (0x10000) | 896kB (0xe0000) | mcuboot_pad | 64kB (0x10000) | 512B (0x200) | | | | +---------------------+-----------------+-------------------+ | | | | mcuboot_primary_app | 64.5kB (0x10200)| 895.5kB (0xdfe00) | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Non-volatile storage (settings_storage) | 960kB (0xf0000) | 60kB (0xf000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Factory data (factory_data) | 1020kB (0xff000) | 4kB (0x1000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ Application core SRAM primary (size: 0x80000 = 512kB) SRAM is located at the address ``0x20000000`` in the memory address space of the application. +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +===============================================+=====================+===================+=====================+=================+=================+ | :ref:`subsys_pcd` (pcd_sram) | 0kB (0x0) | 8kB (0x2000) |- |- |- | +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Static RAM (sram_primary) | 8kB (0x2000) | 440kB (0x6e000) |- |- |- | +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Network core shared memory (rpmsg_nrf53_sram) | 448kB (0x70000) | 64kB (0x10000) |- |- |- | +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ External flash (size: 0x800000 = 8192kB) +-----------------------------------------+-------------------+-------------------+---------------------+-----------------+-----------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================+===================+===================+=====================+=================+=================+ | Application DFU (mcuboot_secondary) | 0kB (0x0) | 896kB (0xe0000) | - | - | - | +-----------------------------------------+-------------------+-------------------+---------------------+-----------------+-----------------+ | Network Core DFU (mcuboot_secondary_1) | 896kB (0xe0000) | 256kB (0x40000) | - | - | - | +-----------------------------------------+-------------------+-------------------+---------------------+-----------------+-----------------+ | Free space (external_flash) | 1152kB (0x120000) | 7040kB (0x6e0000) | - | - | - | +-----------------------------------------+-------------------+-------------------+---------------------+-----------------+-----------------+ Network core flash (size: 0x40000 = 256kB) The network core flash is located at the address ``0x1000000`` in the memory address space of the application. +---------------------------------------------------------+---------------------+-------------------+---------------------+------------------+-------------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================================+=====================+===================+=====================+==================+===================+ | :ref:`B0n bootloader <nc_bootloader>` (b0n_container) | 0kB (0x0) | 34kB (0x8800) | b0n | 0kB (0x0) | 33.375kB (0x8580) | | | | +---------------------+------------------+-------------------+ | | | | provision | 33.375kB (0x8580)| 640B (0x280) | +---------------------------------------------------------+---------------------+-------------------+---------------------+------------------+-------------------+ | Network application (app) | 34kB (0x8800) | 222kB (0x37800) | ipc_radio | 34kB (0x8800) | 222kB (0x37800) | +---------------------------------------------------------+---------------------+-------------------+---------------------+------------------+-------------------+ Network core SRAM flash (size: 0x10000 = 64kB) SRAM is located at the address ``0x21000000`` in the memory address space of the application. +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================+=====================+===================+=====================+=================+=================+ | Static RAM (sram_primary) | 0kB (0x0) | 64kB (0x10000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ One-Time-Programmable region of UICR (size: 0x2fc = 764B) OTP is located at the address ``0xff8100`` in the memory address space of the application. +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================+=====================+===================+=====================+=================+=================+ | OTP Memory (otp) | 0kB (0x0) | 764B (0x2fc) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ .. tab:: nRF7002 DK The following memory map is valid for Matter applications running on the :ref:`nRF7002 DK <programming_board_names>` (:ref:`nrf7002dk <nrf7002dk_nrf5340>`). Application core flash (size: 0x100000 = 1024kB) +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================+=====================+===================+=====================+=================+===================+ | MCUboot bootloader (mcuboot) | 0kB (0x0) | 48kB (0xc000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Application (mcuboot_primary/app) | 48kB (0xc000) | 940kB (0xeb000) | mcuboot_pad | 48kB (0xc000) | 512B (0x200) | | | | +---------------------+-----------------+-------------------+ | | | | mcuboot_primary_app | 48.5kB (0xc200) | 939.5kB (0xeae00) | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Factory data (factory_data) | 988kB (0xf7000) | 4kB (0x1000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Non-volatile storage (settings_storage) | 992kB (0xf8000) | 32kB (0x8000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ Application core SRAM primary (size: 0x80000 = 512kB) SRAM is located at the address ``0x20000000`` in the memory address space of the application. +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +===============================================+=====================+===================+=====================+=================+=================+ | :ref:`subsys_pcd` (pcd_sram) | 0kB (0x0) | 8kB (0x2000) |- |- |- | +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Static RAM (sram_primary) | 8kB (0x2000) | 440kB (0x6e000) |- |- |- | +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Network core shared memory (rpmsg_nrf53_sram) | 448kB (0x70000) | 64kB (0x10000) |- |- |- | +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ External flash (size: 0x800000 = 8192kB) +-----------------------------------------+-------------------+-------------------+---------------------+-----------------+-----------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================+===================+===================+=====================+=================+=================+ | Application DFU (mcuboot_secondary) | 0kB (0x0) | 940kB (0xeb000) | - | - | - | +-----------------------------------------+-------------------+-------------------+---------------------+-----------------+-----------------+ | Network Core DFU (mcuboot_secondary_1) | 940kB (0xeb000) | 256kB (0x40000) | - | - | - | +-----------------------------------------+-------------------+-------------------+---------------------+-----------------+-----------------+ | Free space (external_flash) | 1196kB (0x12b000) | 6996kB (0x6d5000) | - | - | - | +-----------------------------------------+-------------------+-------------------+---------------------+-----------------+-----------------+ Network core flash (size: 0x40000 = 256kB) The network core flash is located at the address ``0x1000000`` in the memory address space of the application. +---------------------------------------------------------+---------------------+-------------------+---------------------+------------------+-------------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================================+=====================+===================+=====================+==================+===================+ | :ref:`B0n bootloader <nc_bootloader>` (b0n_container) | 0kB (0x0) | 34kB (0x8800) | b0n | 0kB (0x0) | 33.375kB (0x8580) | | | | +---------------------+------------------+-------------------+ | | | | provision | 33.375kB (0x8580)| 640B (0x280) | +---------------------------------------------------------+---------------------+-------------------+---------------------+------------------+-------------------+ | Network application (app) | 34kB (0x8800) | 222kB (0x37800) | ipc_radio | 34kB (0x8800) | 222kB (0x37800) | +---------------------------------------------------------+---------------------+-------------------+---------------------+------------------+-------------------+ Network core SRAM flash (size: 0x10000 = 64kB) SRAM is located at the address ``0x21000000`` in the memory address space of the application. +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================+=====================+===================+=====================+=================+=================+ | Static RAM (sram_primary) | 0kB (0x0) | 64kB (0x10000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ One-Time-Programmable region of UICR (size: 0x2fc = 764B) OTP is located at the address ``0xff8100`` in the memory address space of the application. +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================+=====================+===================+=====================+=================+=================+ | OTP Memory (otp) | 0kB (0x0) | 764B (0x2fc) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ .. tab:: nRF54L15 DK The following memory map is valid for Matter applications running on the :ref:`nRF54L15 DK <programming_board_names>` (:ref:`nrf54l15dk/nrf54l15/cpuapp <zephyr:nrf54l15dk_nrf54l15>`). Application core flash (size: 0x17D000 = 1524kB) +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================+=====================+===================+=====================+=================+===================+ | Bootloader (mcuboot) | 0kB (0x0) | 52kB (0xD000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Application (mcuboot_primary/app) | 52kB (0xD000) | 1428kB (0x165000) | mcuboot_pad | 52kB (0xD000) | 2048B (0x800) | | | | +---------------------+-----------------+-------------------+ | | | | mcuboot_primary_app | 54kB (0xD800) | 1426kB (0x164800) | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Factory data (factory_data) | 1480kB (0x172000) | 4kB (0x1000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Non-volatile storage (settings_storage) | 1484kB (0x173000) | 40kB (0xA000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ Application core SRAM primary (size: 0x40000 = 256kB) SRAM is located at the address ``0x20000000`` in the memory address space of the application. +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +===============================================+=====================+===================+=====================+=================+=================+ | Static RAM (sram_primary) | 0kB (0x0) | 256kB (0x40000) |- |- |- | +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ .. tab:: nRF54L15 DK with TF-M 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>`). Application core flash (size: 0x17D000 = 1524kB) +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================+=====================+===================+=====================+=================+===================+ | Bootloader (mcuboot) | 0kB (0x0) | 52kB (0xD000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Secure part (tfm_secure) | 52kB (0xD000) | 128kB (0x20000) | mcuboot_pad | 52kB (0xD000) | 2k (0x800) | | | | +---------------------+-----------------+-------------------+ | | | | tfm | 54kB (0xD800) | 126kB (0x1F800) | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Non-Secure part (tfm_nonsecure) | 180kB (0x2D000) | 1268kB (0x13D000) | app |180kB (0x2D000) | 1268kB (0x13D000) | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Factory data (factory_data) | 1448kB (0x16A000) | 4kB (0x1000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Non-volatile storage (settings_storage) | 1452kB (0x16B000) | 40kB (0xA000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | TFM storage (tfm_storage) | 1492kB (0x175000) | 32kB (0x8000) | tfm_its | 8kB (0x175000) | 8kB (0x2000) | | | | +---------------------+-----------------+-------------------+ | | | | tfm_otp_nv_counters | 8kB (0x177000) | 8kB (0x2000) | | | | +---------------------+-----------------+-------------------+ | | | | tfm_ps | 16kB (0x179000) | 16kB (0x4000) | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ Application core SRAM primary (size: 0x40000 = 256kB) SRAM is located at the address ``0x20000000`` in the memory address space of the application. +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +===============================================+=====================+===================+=====================+=================+=================+ | Secure Static RAM (sram_secure) | 0kB (0x0) | 256kB (0xF000) |- |- |- | +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Non-Secure Static RAM (sram_nonsecure) | 256kB (0xF000) | 196kB (0x31000) |- |- |- | +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ .. tab:: nRF54L10 emulation on nRF54L15 DK The following memory map is valid for Matter applications running on the :ref:`nRF54L15 DK (emulating nRF54L10) <programming_board_names>` (:ref:`nrf54l15dk/nrf54l10/cpuapp <zephyr:nrf54l15dk_nrf54l15>`). Application core flash (size: 0xFF800 = 1022kB) +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +=========================================+=====================+===================+=====================+=================+===================+ | Bootloader (mcuboot) | 0kB (0x0) | 52kB (0xD000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Application (mcuboot_primary/app) | 52kB (0xD000) | 926kB (0xE7800) | mcuboot_pad | 52kB (0xD000) | 2048B (0x800) | | | | +---------------------+-----------------+-------------------+ | | | | mcuboot_primary_app | 54kB (0xD800) | 924kB (0xE7000) | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Factory data (factory_data) | 978kB (0xF4800) | 4kB (0x1000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ | Non-volatile storage (settings_storage) | 982kB (0xF5800) | 40kB (0xA000) |- |- |- | +-----------------------------------------+---------------------+-------------------+---------------------+-----------------+-------------------+ Application core SRAM primary (size: 0x30000 = 192kB) SRAM is located at the address ``0x20000000`` in the memory address space of the application. +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+ | Partition | Offset | Size | Partition elements | Element offset | Element size | +===============================================+=====================+===================+=====================+=================+=================+ | Static RAM (sram_primary) | 0kB (0x0) | 192kB (0x30000) |- |- |- | +-----------------------------------------------+---------------------+-------------------+---------------------+-----------------+-----------------+
You can generate :ref:`Partition Manager's ASCII representation <pm_partition_reports>` of these tables by running the following command for your respective board_target:
west build -b board_target -t partition_manager_report
For example, for the nrf7002dk/nrf5340/cpuapp
board target, the command is as follows:
west build -b nrf7002dk/nrf5340/cpuapp -t partition_manager_report
:ref:`Diagnostic logs support<ug_matter_configuration_diagnostic_logs>` requires changing the RAM memory layout by adding three retained RAM partitions to keep the log data persistent across device reboots. The :ref:`ug_matter_diagnostic_logs_snippet` adds these RAM partitions, and also reduces the amount of SRAM available for the application by the size of the retained partitions. You can adjust the retained partitions for your needs by editing the :ref:`ug_matter_diagnostic_logs_snippet` devicetree file for the relevant board.
The following tabs show the RAM memory layout defined for the default configuration of the :ref:`ug_matter_diagnostic_logs_snippet` for each development kit.
.. tabs:: .. tab:: nRF52840 DK The following RAM memory layout is valid for Matter applications running on the :ref:`nRF52840 DK <programming_board_names>` (:ref:`nrf52840dk_nrf52840 <zephyr:nrf52840dk_nrf52840>`). Base Application core SRAM size (size: 0x40000 = 256kB) SRAM is located at the address ``0x20000000`` in the memory address space of the application. +-------------------------------+----------------------+----------------------+ | Partition | Offset | Size | +===============================+======================+======================+ | Application Core SRAM primary | 0 (0x0) | 248,8125kB (0x3E340) | +-------------------------------+----------------------+----------------------+ | Crash retention | 248,8125kB (0x3E340) | 192B (0xC0) | +-------------------------------+----------------------+----------------------+ | Network Logs retention | 249kB (0x3E400) | 6k (0x1800) | +-------------------------------+----------------------+----------------------+ | User Data Logs retention | 255kB (0x3FC00) | 1k (0x400) | +-------------------------------+----------------------+----------------------+ .. tab:: nRF5340 DK The following RAM memory layout is valid for Matter applications running on the :ref:`nRF5340 DK <programming_board_names>` (:ref:`nrf5340dk/nrf5340/cpuapp <zephyr:nrf5340dk_nrf5340>`). Application core SRAM primary (size: 0x80000 = 512kB) SRAM is located at the address ``0x20000000`` in the memory address space of the application. +-------------------------------+----------------------+----------------------+ | Partition | Offset | Size | +===============================+======================+======================+ | Application Core SRAM primary | 0 (0x0) | 504,8125kB (0x7E340) | +-------------------------------+----------------------+----------------------+ | Crash retention | 504,8125kB (0x7E340) | 192B (0xC0) | +-------------------------------+----------------------+----------------------+ | Network Logs retention | 505kB (0x7E400) | 6k (0x1800) | +-------------------------------+----------------------+----------------------+ | User Data Logs retention | 511kB (0x7FC00) | 1k (0x400) | +-------------------------------+----------------------+----------------------+ .. tab:: nRF7002 DK The following RAM memory layout is valid for Matter applications running on the :ref:`nRF7002 DK <programming_board_names>` (:ref:`nrf7002dk <nrf7002dk_nrf5340>`). Application core SRAM primary (size: 0x80000 = 512kB) SRAM is located at the address ``0x20000000`` in the memory address space of the application. +-------------------------------+----------------------+----------------------+ | Partition | Offset | Size | +===============================+======================+======================+ | Application Core SRAM primary | 0 (0x0) | 504,8125kB (0x7E340) | +-------------------------------+----------------------+----------------------+ | Crash retention | 504,8125kB (0x7E340) | 192B (0xC0) | +-------------------------------+----------------------+----------------------+ | Network Logs retention | 505kB (0x7E400) | 6k (0x1800) | +-------------------------------+----------------------+----------------------+ | User Data Logs retention | 511kB (0x7FC00) | 1k (0x400) | +-------------------------------+----------------------+----------------------+ .. tab:: Nordic Thingy:53 The following RAM memory layout for the :ref:`Matter weather station <matter_weather_station_app>` application running on the :ref:`Thingy:53 <programming_board_names>` (:ref:`thingy53_nrf5340 <zephyr:thingy53_nrf5340>`). Application core SRAM primary (size: 0x80000 = 512kB) SRAM is located at the address ``0x20000000`` in the memory address space of the application. +-------------------------------+----------------------+----------------------+ | Partition | Offset | Size | +===============================+======================+======================+ | Application Core SRAM primary | 0 (0x0) | 504,8125kB (0x7E340) | +-------------------------------+----------------------+----------------------+ | Crash retention | 504,8125kB (0x7E340) | 192B (0xC0) | +-------------------------------+----------------------+----------------------+ | Network Logs retention | 505kB (0x7E400) | 6k (0x1800) | +-------------------------------+----------------------+----------------------+ | User Data Logs retention | 511kB (0x7FC00) | 1k (0x400) | +-------------------------------+----------------------+----------------------+ .. tab:: nRF54L15 DK The following RAM memory layout is valid for Matter applications running on the :ref:`nRF54L15 DK <programming_board_names>` (:ref:`nrf54l15dk/nrf54l15/cpuapp <zephyr:nrf54l15dk_nrf54l15>`). Base SRAM size (size: 0x40000 = 256kB) SRAM is located at the address ``0x20000000`` in the memory address space of the application. +-------------------------------+----------------------+----------------------+ | Partition | Offset | Size | +===============================+======================+======================+ | Application Core SRAM primary | 0 (0x0) | 248,8125kB (0x3E340) | +-------------------------------+----------------------+----------------------+ | Crash retention | 248,8125kB (0x3E340) | 192B (0xC0) | +-------------------------------+----------------------+----------------------+ | Network Logs retention | 249kB (0x3E400) | 6k (0x1800) | +-------------------------------+----------------------+----------------------+ | User Data Logs retention | 255kB (0x3FC00) | 1k (0x400) | +-------------------------------+----------------------+----------------------+