From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Csebits To: ecos-discuss@sources.redhat.com Subject: [ECOS] Hardware Watchdog Date: Thu, 26 Jul 2001 03:55:00 -0000 Message-id: <20010726125313.A14929@frequentis.com> X-SW-Source: 2001-07/msg00816.html hi im having a MPC860T based board with an hardware watchdog on it. It must be triggered within a second, otherwise the MPC will be reset. In eCos applications i am having a separate thread triggering the watchdog. No problem. How should i deal with it in RedBoot: Currently i scattered several of TOGGLE_WATCHDOG macros into the RedBoot code, but this should only be a preliminarily solution. What do you think about using some of the timer interrupts for generating the watchdog triggers. Thanks for advice, and how to start. best regards, christoph --