![Aaeon SBC-670 Скачать руководство пользователя страница 73](http://html1.mh-extra.com/html/aaeon/sbc-670/sbc-670_manual_448873073.webp)
66
SBC-670S User's Manual
Programming the watchdog timer
If you decide to program the watchdog timer, you must write data
to I/O port 443 (hex). The output data is a value timer. You can
write from 80 (hex) to FF (hex) for input minute data plus from
00 (hex) to 7F (hex) for input second data, and the related timer is
0 second to 127 minutes plus 127 seconds sec.
After data entry, your program must refresh the watchdog timer
by rewriting the I/O port 443 (hex) while simultaneously setting
it. When you want to disable the watchdog timer, your program
should write I/O port 80 (hex) a Hex value.
The following procedure is a sample program for the watchdog
timer:
•
Start watchdog timer and set function "Reset" type;
o 444 0 <Enter>; out 444h data 0
•
Input Watchdog timers time-out interval of 3 minutes type;
o 443 83 <Enter>; out 443h data 83
•
Input Watchdog timers time-out interval of 5 seconds type;
o 443 05 <Enter>; out 443h data 05
•
Disable the watchdog timer type;
o 80 x <Enter>; out 080h data x (x can be any Hex value)
The time interval data of the watchdog timer is shown in binary
code (8 bits).
If bit 8 is "1" = To input "minute"
If bit 8 is "0" = To input "second"
Sample 1: 3 minutes
Sample 2: 5 seconds
1
0
0
0
0
0
1
1
0
0
0
0
0
1
0
1
8
7
6
5
4
3
2
1
x
Содержание SBC-670
Страница 2: ......
Страница 14: ...Chapter 1 General Information 7 Card dimensions S B C 590 Rev A1 M A D E IN TAIWAN R O C...
Страница 15: ...8 SBC 670S User s Manual...
Страница 39: ...32 SBC 670S User s Manual...
Страница 40: ...C H A P T E R 4 AMIBIOS Setup This chapter describes how to set BIOS configuration data...
Страница 61: ...54 SBC 670S User s Manual...
Страница 71: ...64 SBC 670S User s Manual...