Skip to content

Commit

Permalink
doc: benchmarks: idle: add info about s2ram configuration
Browse files Browse the repository at this point in the history
This configuration should be used when low power consumption is needed.

Signed-off-by: Piotr Kosycarz <[email protected]>
(cherry picked from commit 24f8ed3)
  • Loading branch information
nordic-piks authored and bjarki-andreasen committed Jan 9, 2025
1 parent 221f1f3 commit 99ed3ed
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/benchmarks/multicore/idle/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ nRF54H20 DK
west build -p -b nrf54h20dk/nrf54h20/cpuapp -T benchmarks.multicore.idle.nrf54h20dk_cpuapp_cpurad .
To achieve the lowest power consumption, use the ``benchmarks.multicore.idle.nrf54h20dk_cpuapp_cpurad.s2ram`` configuration.
This configuration does not provide console output.
Use the following build command:

.. code-block:: console
west build -p -b nrf54h20dk/nrf54h20/cpuapp -T benchmarks.multicore.idle.nrf54h20dk_cpuapp_cpurad.s2ram .
You can build the test for application and PPR cores as follows:

.. code-block:: console
Expand Down

0 comments on commit 99ed3ed

Please sign in to comment.