Increasing CPU clock frequency for BL653

Hi,

I am using nCS on nrf52833 based BL653dvk, I am based on default 32kHz CPU frequency.
I need to go higher up to 40MHz, kindly suggest what configuration options I can use to increase my CPU clock frequency up to 40MHz.

Thanks,

Ubaid 

Parents Reply
  • Ubaid_M said:
    So I am to understand that CPU frequency cannot be changed for nRF52833..?

    Yes, the CPU frequency is fixed and cannot be changed.

    Ubaid_M said:

    So what is achieved by changing:

    CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=32768
    &
    CONFIG_SYS_CLOCK_TICKS_PER_SEC=32768
    ..?

    This will change the system clock of the Zephyr RTOS, which is used by the Kernel Timing services and Timers. This system clock is by default running off the 32.768 kHz LFCLK and an RTC instance. This is not related to the frequency of the CPU, and how fast the CPU can execute tasks.

Children
Related