@@ -167,6 +167,35 @@ Values are provided in kilobytes (KB).
167167 | :ref: `Zigbee shell over USB <zigbee_shell_sample >` | 500 | 4 | 32 | 4 | 540 | 98 | 98 |
168168 +------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+
169169
170+ .. group-tab :: nRF5340
171+
172+ The following table lists memory requirements for samples running on the `nRF5340 DK <Board support _>`_ (`nrf5340dk `_).
173+
174+ +------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+
175+ | Sample | ROM, ZBOSS stack + App | ROM, MCUboot bootloader | ROM, ZBOSS non-volatile memory | ROM, ZBOSS product config | Total ROM | RAM, ZBOSS stack + App | Total RAM |
176+ +========================================================================================================================+==========================+===========================+==================================+=============================+=============+==========================+=============+
177+ | :ref: `Network coordinator <zigbee_network_coordinator_sample >` | 360 | 0 | 32 | 4 | 396 | 90 | 90 |
178+ +------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+
179+ | :ref: `Light bulb <zigbee_light_bulb_sample >` | 384 | 0 | 32 | 4 | 420 | 70 | 70 |
180+ +------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+
181+ | :ref: `Light switch <zigbee_light_switch_sample >` | 291 | 0 | 32 | 4 | 327 | 60 | 60 |
182+ +------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+
183+ | :ref: `Light switch <zigbee_light_switch_sample >` with :ref: `lib_zigbee_fota ` | 306 | 64 | 32 | 4 | 406 | 74 | 74 |
184+ +------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+
185+ | :ref: `Light switch <zigbee_light_switch_sample >` with :ref: `zigbee_light_switch_sample_nus ` | 355 | 0 | 32 | 4 | 391 | 76 | 76 |
186+ +------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+
187+ | :ref: `Light switch <zigbee_light_switch_sample >` with :ref: `zigbee_light_switch_sample_nus ` and :ref: `lib_zigbee_fota ` | n/a | n/a | n/a | n/a | n/a | n/a | n/a |
188+ +------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+
189+ | :ref: `NCP <zigbee_ncp_sample >` | 383 | 0 | 32 | 4 | 419 | 97 | 97 |
190+ +------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+
191+ | :ref: `NCP with USB transport <zigbee_ncp_sample >` | 401 | 64 | 32 | 4 | 501 | 106 | 106 |
192+ +------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+
193+ | :ref: `Zigbee application template <zigbee_template_sample >` | 359 | 0 | 32 | 4 | 395 | 79 | 79 |
194+ +------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+
195+ | :ref: `Zigbee shell <zigbee_shell_sample >` | 439 | 0 | 32 | 4 | 475 | 96 | 96 |
196+ +------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+
197+ | :ref: `Zigbee shell over USB <zigbee_shell_sample >` | 457 | 0 | 32 | 4 | 493 | 105 | 105 |
198+ +------------------------------------------------------------------------------------------------------------------------+--------------------------+---------------------------+----------------------------------+-----------------------------+-------------+--------------------------+-------------+
170199
171200Stack memory requirements
172201*************************
@@ -208,3 +237,17 @@ Values are provided in bytes (B).
208237 +----------------------------------------------------------------+-------------------------------+------------------------------+--------------------------------+-------------------------------+
209238 | :ref: `Light switch <zigbee_light_switch_sample >` | 728 | 2048 | 2996 | 5120 |
210239 +----------------------------------------------------------------+-------------------------------+------------------------------+--------------------------------+-------------------------------+
240+
241+ .. group-tab :: nRF5340
242+
243+ The following table lists memory requirements for the `nRF5340 <Developing with nRF53 Series _>`_ device.
244+
245+ +----------------------------------------------------------------+-------------------------------+------------------------------+--------------------------------+-------------------------------+
246+ | Sample | ``main `` thread stack usage | ``main `` thread stack size | ``zboss `` thread stack usage | ``zboss `` thread stack size |
247+ +================================================================+===============================+==============================+================================+===============================+
248+ | :ref: `Network coordinator <zigbee_network_coordinator_sample >` | 756 | 2048 | 1376 | 5120 |
249+ +----------------------------------------------------------------+-------------------------------+------------------------------+--------------------------------+-------------------------------+
250+ | :ref: `Light bulb <zigbee_light_bulb_sample >` | 756 | 2048 | 1376 | 5120 |
251+ +----------------------------------------------------------------+-------------------------------+------------------------------+--------------------------------+-------------------------------+
252+ | :ref: `Light switch <zigbee_light_switch_sample >` | 760 | 2048 | 1376 | 5120 |
253+ +----------------------------------------------------------------+-------------------------------+------------------------------+--------------------------------+-------------------------------+
0 commit comments