This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

watchdog debugging

I don't know if this issue is NXP LPC2378 related or Keil related. I set up my watchdog to have max -> 0xffffffff and feed them with WDCLK= 12MHz (data displayed on watchdog peripheral window during debugging with ulink2 adapter).
When I single step through code, for simple instruction like a= 3 (a is integer) I see difference in watchdog timer value (WDTV displayed in window mentioned) of 0x36E42E6 which (with clock stated above) means more the 4 seconds. Of course simple instruction like this is matter of microseconds with 48MHz CPU clock.
What am I missing ?