Appendix
Appendix A: Watchdog Timer (WDT) Setting
WDT is widely applied to industry computers to monitor activities of CPU. The
programmed application triggers WDT with adequate timer setting depending
on its requirement. Before WDT counts down to zero, the functional system
will reset the counter. In case the WDT counter is not reset by an abnormal
system, it will counts down to zero and then reset the system automatically.
This computer supports watchdog timer up to 255 levels for software
programming. Below please take the source code written in assembly & C for
a WDT application example.
Source Code in Assembly Language
============================
mov
mov
mov
out
out
ax,2eh
dx,ax
ax,87h
dx,al
dx,al
; initial IO port twice
mov
mov
mov
out
inc
mov
out
ax,2eh
dx,ax
al,07h
dx,al
dx
al,08h
dx,al
; point to logical device selector
; select logical device 8
mov
mov
mov
out
inc
mov
out
ax,2eh
dx,ax
al,30h
dx,al
dx
al,01h
dx,al
; select CR30
; update CR30 to 01h, WDTO enable
mov
mov
mov
out
ax,2eh
dx,ax
al,0f5h
dx,al
; select CRF5 to set timer unit
- 48 -
Содержание 2500-VP15
Страница 2: ...P N 4017156100110P 2013 12...
Страница 3: ...This page is intentionally left blank 2...
Страница 8: ...Chapter 1 General Informa tion General Information Chapter1 1 General Information 1...
Страница 14: ...Chapter 2 System Setup System Setup Chapter2 2 System Setup 7...
Страница 20: ...System Setup 2 2 4 VESA Mounting Optional VESA bracket VESA 100 VESA 75 13...
Страница 21: ...This page is intentionally left blank 14...
Страница 22: ...Chapter 3 System Engine System Engine Chapter3 3 System Engine 15...
Страница 29: ...This page is intentionally left blank 22...
Страница 30: ...Chapter 4 Windows CE with T1561 Windows 7e with 2500 VP15 Chapter4 4 Windows 7e with 2500 VP15 23...
Страница 41: ...This page is intentionally left blank 34...
Страница 42: ...Language Setup Chapter5 5 Language Setup 35...
Страница 46: ...Chapter 6 System Tuning System Tuning Chapter6 6 System Tuning 39...
Страница 51: ...This page is intentionally left blank...
Страница 52: ...Chapter 7 Maintenance Maintenance Chapter7 7 Maintenance 45...
Страница 54: ...Chapter 8 Appendix Appendix Appendix 47...
Страница 58: ...This page is intentionally left blank 51...