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

Is there a cycle clock counter in the NRF51822?

I would like to profile some code execution time (moving between floating point and fixed point arithmetic). On the last Cortex-M3 I used, we had the DWT_CYCCNT register at 0xE0001004 that incremented at the CPU clock. It was perfect for this.

Is there an equivalent on the Nordic CPU?

Thank you, Dan

Related