Dear Nordic Developer Zone,
Since I have implemented a timer with interrupt in my application, the debug mode if the Keil IDE stops working when I try to restart the code execution after a breakpoint for code analysis.
I am thinking that it is because the 16Mhz/32kHz are not stopped when the breakpoint is reached. I have found a configuration option for the watch dog to specify that its timer must not run in debug mode, but nothing about timers : RTC/TIMER.
Do you have some advices?
I am developping an application using your nRF51822 chip.