78
Appendix B
EBC575 User’s Manual
Follow these instructions below to set the register:
1.
Select the time-out intervals of WDT (decide the values of D2, D1, D0 in F2)
Exampe: If D2~D0 = 0, the time-out internal is 64 seconds.
2.
Enable or Disable WDT (decide D3 value in F2)
Example: D3 = 0, Disables WDT
Example: D3 = 1, Enables WDT
After finishing the above setting, you must be output for the Control Register’s value to the WDT Configura-
tion Port. Then WDT will start according to the above setting.
AND al, 11111000b
; Setting the time-out internal as 64 seconds.
OR
al, 11110111b
; Disable the WDT
OR
al, 00001000b
; Enable the WDT
MOV dx, F2h
; Setting WDT Configuration Port
OUT dx, al
; Output the Control Register Value
Содержание EBC575 Series
Страница 5: ...5 Chapter 1 General Information ...
Страница 9: ...9 Chapter 1 EBC575 User s Manual 1 4 Board Layout 1 4 1 Front Layout Figure 1 1 EBC575 Front Layout ...
Страница 10: ...10 Chapter 1 EBC575 User s Manual Compact Flash Connector 1 4 2 Rear Layout Figure 1 2 EBC575 Rear Layout ...
Страница 12: ...12 Chapter 2 Jumper Setting ...
Страница 20: ...20 Chapter 3 Capability Expanding ...
Страница 29: ...29 Chapter 4 Award BIOS Setup ...
Страница 54: ...54 Chapter 5 Driver Installation ...
Страница 67: ...67 Appendix ...