This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF51822 Cpu Speed

Seeing, that the nRF51822 was specified to operate with a 16 MHz crystal or oscillator. Is that also the clock what the Cortex-M0 core runs or is there a PLL to increase the cpu clock? (Seeing eg. STM32F0 which are running at 48 MHz).  

Parents
  • FormerMember
    0 FormerMember

    Joe, if you need higher speed you could also use a 32 MHz crystal. After power up with 16 MHz RC oscillator you need to configure the clock module to let it know that a 32 MHz crystal is being used before switching to the crystal. With this configuration, for not so accurate and timing specific tasks you can still use the 16 MHz RC oscillator and save some power.

Reply
  • FormerMember
    0 FormerMember

    Joe, if you need higher speed you could also use a 32 MHz crystal. After power up with 16 MHz RC oscillator you need to configure the clock module to let it know that a 32 MHz crystal is being used before switching to the crystal. With this configuration, for not so accurate and timing specific tasks you can still use the 16 MHz RC oscillator and save some power.

Children
No Data
Related