Skip to content

Commit 961a142

Browse files
MarekPietarlubos
authored andcommitted
applications: nrf_desktop: Update HID report rate measuring doc
Change adds information about using MCUboot RAM load mode to improve performance of the application image. Jira: NCSDK-35515 Signed-off-by: Marek Pieta <[email protected]> Signed-off-by: Pekka Niskanen <[email protected]> (cherry picked from commit 29f2392)
1 parent db554f5 commit 961a142

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

applications/nrf_desktop/description.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,6 +1131,11 @@ Building information
11311131
Use the configuration with the ``release`` file suffix for the HID report rate measurement.
11321132
Debug features, such as logging or assertions, decrease the application performance.
11331133

1134+
.. note::
1135+
You can run the application code from RAM instead of NVM to improve performance as code execution from the RAM is generally faster than from the NVM.
1136+
You can configure MCUboot to use the RAM load mode to run the whole application image from RAM.
1137+
For details, see the :ref:`nrf_desktop_configuring_mcuboot_bootloader_ram_load` section.
1138+
11341139
Use the nRF Desktop configuration that acts as a HID mouse reference design for the report rate measurement, as the motion data polling is synchronized with sending HID reports.
11351140

11361141
Make sure your chosen motion data source will generate movement in each poll interval.

0 commit comments

Comments
 (0)