Appendix A Programming the Watchdog Timer 99
Demo program
outportb(0x444, 0):
// set time-out event to reset-system
outportb(0x443x 10);
// set time-out interval to 10 seconds
customer_job();
// execute your job here, be sure your
job will finished within 10 seconds
outportb(0x443, 0);
// refresh watchdog timer, otherwise
the system will reset after time-out
outputb(0x443, 20);
// set time-out interval to 20 seconds
another_job();
// another job finished in 20 seconds
outportb(0x443, 0)
// disable watchdog timer
...
...
Summary of Contents for SBC-770
Page 1: ...SBC 770 Pentium II CPU Card with LCD Ethernet High Drive SSD ...
Page 2: ......
Page 11: ......
Page 18: ...Chapter 1 General Information 7 Board layout ...
Page 23: ...12 SBC 770 User Manual Locating jumpers J2 J9 J15 J10 J8 J4 J7 J5 J6 ...
Page 91: ...80 SBC 770 User Manual ...
Page 105: ...9 4 SBC 770 User Manual ...
Page 111: ...100 SBC 770 User Manual ...