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