Hi,
i use sdk 1.9.1 with EVENT_MANAGER.
How can i increase the system clock frequency?
Thanks.
Hi,
i use sdk 1.9.1 with EVENT_MANAGER.
How can i increase the system clock frequency?
Thanks.
Hi,
You can do this using the function nrfx_clock_divider_set(), for example:
nrfx_clock_divider_set(NRF_CLOCK_DOMAIN_HFCLK, NRF_CLOCK_HFCLK_DIV_1);
We discussed whether to add a library specifically for this, but decided against it.
You can read the discussion and suggested code on this PR: https://github.com/nrfconnect/sdk-nrf/pull/7548