From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robin Farine To: Christoph Csebits Cc: ecos-discuss@sources.redhat.com Subject: Re: [ECOS] Hardware Watchdog Date: Thu, 26 Jul 2001 23:57:00 -0000 Message-id: <8666ceamvl.fsf@halftrack.hq.acn-group.ch> References: <20010726164916.A32626@frequentis.com> <20010726181816.A22820@frequentis.com> <86n15rzgxw.fsf@halftrack.hq.acn-group.ch> <20010727082554.A12744@frequentis.com> X-SW-Source: 2001-07/msg00863.html Christoph Csebits writes: > On Thu, Jul 26, 2001 at 08:24:59PM +0200, Robin Farine wrote: > > Christoph Csebits writes: > > > > Does your board use an external chip such as the Maxim MAX691A as watchdog? And > > if yes, does it use a GPIO pin of the CPU to keep the watchdog quiet? > > Yes you are right (MAX690T) and it is served an a GPIO pin (PortB) of > the MPC. Ok, have you already tried to configure the GPIO pin as *input*? This would set the line in high-impedance mode and the MAX should disable its watchdog function. Check your ROM startup code for access to the GPDR (IO direction register). Then, in the application, reconfigure this bit as output to use the watchdog. Robin