Keil™, An ARM® Company

Technical Support

ULINK: USING A WATCHDOG TIMER DURING DEBUGGING


Information in this article applies to:

  • ULINK USB-JTAG Adapter
  • ULINK2 USB-JTAG Adapter
  • Development Tools for ARM
  • C166 Development Tools
  • C51 Development Tools

QUESTION

I am using the ULINK USB-JTAG Debugger and my program uses a watchdog timer. Right after initialization of the Watchdog, ULINK stops communicating. Is it not possible to use ULINK for debugging programs that are using a Watchdog?

ANSWER

It depends on the implementation of the Watchdog timer on the physical chip. You need to check if the device that you are using stops the watchdog timer (or other peripherals) when the breakmode is entered. Sometimes devices have configuration registers for that, that need to be set in the startup code.

If you are in doubt, disable the watchdog timer during program debugging.

MORE INFORMATION

Last Reviewed: Sunday, January 28, 2007


Did this article provide the answer you needed?
 
Yes
No
Not Sure