Content originally posted in LPCWare by CodeRedSupport on Fri Mar 12 13:54:01 MST 2010
I believe I wrongly presumed you were using the LPC1343, but it would seem you have the LPC1114 board, correct? The DWT cycle count register is not implemented on this Cortex M0 part, so there is no cycle count available. Code Red plans to remove these two registers from the register display in a future release.
Regards,
CodeRedSupport
Quote: jnd
I checked now on other machine and the result is same: both Cycle and CycleDelta remains at zero all the time. I'm using breakpoints. Even if I try some example project (systick, blinky) it doesn't change.
When I write some value to Cycle and press run, on the next breakpoint two's complement of that value appears in CycleDelta, Cycle gets cleared to 0 and that's the end of the show.