Skip to content

Commit

Permalink
applications: nrf_desktop: Use high GD frequency on nRF54H20
Browse files Browse the repository at this point in the history
In nRF Desktop application, the DVFS module running on the application
core selects clock control and enables automatic low GD frequency
request. Update IPC radio configuration to ensure high GD frequency,
which is required to ensure stability of the Bluetooth stack with
SoftDevice Link Layer.

Jira: NCSDK-31824

Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
  • Loading branch information
MarekPieta committed Feb 19, 2025
1 parent f195846 commit 3533f4a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ CONFIG_SPEED_OPTIMIZATIONS=y
CONFIG_LTO=y
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Bluetooth stack with SoftDevice Link Layer requires high frequency in GD to make L2 cache and MRAM run fast to avoid code execution delays.
CONFIG_CLOCK_CONTROL_NRF2_GLOBAL_HSFLL_REQ_LOW_FREQ=n

################################################################################
# Debug logs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ CONFIG_SPEED_OPTIMIZATIONS=y
CONFIG_LTO=y
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y

# Bluetooth stack with SoftDevice Link Layer requires high frequency in GD to make L2 cache and MRAM run fast to avoid code execution delays.
CONFIG_CLOCK_CONTROL_NRF2_GLOBAL_HSFLL_REQ_LOW_FREQ=n

################################################################################
# Disable unused features

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ nRF Desktop
* Disabled Bluetooth long workqueue (:kconfig:option:`CONFIG_BT_LONG_WQ`).
* Limited the number of key slots in the PSA Crypto core to 10 (:kconfig:option:`CONFIG_MBEDTLS_PSA_KEY_SLOT_COUNT`).

* Disabled :kconfig:option:`CONFIG_CLOCK_CONTROL_NRF2_GLOBAL_HSFLL_REQ_LOW_FREQ` in the IPC radio image configuration for nRF54H20 SoC.
The :ref:`nrf_desktop_dvfs` running on the application core selects clock control and enables automatic low GD frequency request (:kconig:option:`CONFIG_CLOCK_CONTROL_NRF2_GLOBAL_HSFLL_REQ_LOW_FREQ`).
Bluetooth stack with SoftDevice Link Layer requires high frequency in GD to make L2 cache and MRAM run fast to avoid code execution delays.

* Added:

* System Power Management for the :ref:`zephyr:nrf54h20dk_nrf54h20` board target on the application and radio cores.
Expand Down

0 comments on commit 3533f4a

Please sign in to comment.