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

nrf52dk systick calibration value

Hi, I have configured systick for 1msec value with Ticks=64000. When I read the systick calibration register value, the value is 0xc0000000. This indicates the Tenms register value is zero.

The description says SoC vendor has to provide this value. Can any one help on this.

Thanks in advance.

Regards, Shreeharsha I

Parents
  • The systick does not run once you use power management function like sd_app_evt_wait().

    Unless you wanted a cpu load gauge in tenth of a percent, you should better use one of the other timers.

    Trap for young players: The systick works as long as you have the debugger connected - this puts the NRF into a higher power mode and disables sleep modes.

Reply
  • The systick does not run once you use power management function like sd_app_evt_wait().

    Unless you wanted a cpu load gauge in tenth of a percent, you should better use one of the other timers.

    Trap for young players: The systick works as long as you have the debugger connected - this puts the NRF into a higher power mode and disables sleep modes.

Children
Related