We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d943547 commit 24f8ed3Copy full SHA for 24f8ed3
tests/benchmarks/multicore/idle/README.rst
@@ -58,6 +58,14 @@ nRF54H20 DK
58
59
west build -p -b nrf54h20dk/nrf54h20/cpuapp -T benchmarks.multicore.idle.nrf54h20dk_cpuapp_cpurad .
60
61
+ To achieve the lowest power consumption, use the ``benchmarks.multicore.idle.nrf54h20dk_cpuapp_cpurad.s2ram`` configuration.
62
+ This configuration does not provide console output.
63
+ Use the following build command:
64
+
65
+ .. code-block:: console
66
67
+ west build -p -b nrf54h20dk/nrf54h20/cpuapp -T benchmarks.multicore.idle.nrf54h20dk_cpuapp_cpurad.s2ram .
68
69
You can build the test for application and PPR cores as follows:
70
71
.. code-block:: console
0 commit comments