From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Thomas To: Christoph Csebits Cc: ecos-discuss@sources.redhat.com, "fche@redhat.com" , Doug Fraser Subject: Re: [ECOS] Hardware Watchdog Date: Thu, 26 Jul 2001 08:50:00 -0000 Message-id: References: <20010726164916.A32626@frequentis.com> X-SW-Source: 2001-07/msg00830.html On 26-Jul-2001 Christoph Csebits wrote: > Nevertheless my watchdog is not > software controlled. :-| > What happens when your watchdog fires? Is there an exception that you can catch? What is the watchdog time [limit]? Can you adjust it? Fixing this may be hard. Within RedBoot, there is a notion of "idle" routines which will be called while RedBoot waits. However, once the GDB stubs start running, all of that stops and everything is simply polled based on the serial port.