You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Copy file name to clipboardExpand all lines: applications/nrf_desktop/description.rst
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1131,6 +1131,11 @@ Building information
1131
1131
Use the configuration with the ``release`` file suffix for the HID report rate measurement.
1132
1132
Debug features, such as logging or assertions, decrease the application performance.
1133
1133
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
+
1134
1139
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.
1135
1140
1136
1141
Make sure your chosen motion data source will generate movement in each poll interval.
0 commit comments