05.05.2014 Views

Industrial Computing Solutions Fan-less Computer NISE ... - Omtec

Industrial Computing Solutions Fan-less Computer NISE ... - Omtec

Industrial Computing Solutions Fan-less Computer NISE ... - Omtec

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Appendix C: Watchdog Timer Setting<br />

ITE8783 WatchDog Programming Guide<br />

#define SUPERIO_PORT 0x2E<br />

#define WDT_SET 0x72<br />

#define WDT_VALUE 0x73<br />

void main(void)<br />

{<br />

#Enter SuperIO Configuration<br />

outportb(SUPERIO_PORT, 0x87);<br />

outportb(SUPERIO_PORT, 0x01);<br />

outportb(SUPERIO_PORT, 0x55);<br />

outportb(SUPERIO_PORT, 0x55);<br />

# Set LDN<br />

outportb(SUPERIO_PORT,0x07);<br />

outportb(SUPERIO_PORT+1 ,0x07);<br />

# Set WDT setting<br />

outportb(WDT_SET,0xC0); # Use the second to come down<br />

# If choose the Minute, change value to 0x40<br />

# Set WDT sec/min<br />

outportb(WDT_VALUE,0x05); #Set 5 seconds<br />

}<br />

Copyright © 2011 NEXCOM International Co., Ltd. All Rights Reserved. 74 <strong>NISE</strong> 2100, <strong>NISE</strong> 2100A, <strong>NISE</strong> 2110, <strong>NISE</strong> 2110A User Manual

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!