This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: which function can I kick watchdog ??


On Tue, Aug 02, 2005 at 01:43:57PM +0800, Steven_cheng wrote:
>  Hello All,
>  
> It is supported watchdog in my platform (MPC 8245).

The hardware watchdog does not appear to be supported. However eCos as
a software watchdog you can use, or you can implement the hardware
support needed. Its not usually difficult.

> Did any one tell me which function I can kick watchdog ??
> Is it hal_delay_us ?? or what function ??

Cyg_Watchdog::watchdog.reset();

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]