- 6 -
Appendix
Item
Address
Description
1
00000h-9FFFFh
DOS Kernel Area
2
A0000h, BFFFFh
EGA and VGA Video Buffer (128KB)
C00000h - CFFFFh
EGA/VGA ROM
D0000h - DFFFFh
Adaptor ROM
E00000h - FFFFFh
System BIOS
4.3 BIOS memory mapping
4.4 Watchdog Timer (WDT) Setting
WDT is widely used for industry application to monitoring the activity of CPU.
Application software depends on its requirement to trigger WDT with ad-
equate timer setting. Before WDT time out, the functional normal system will
reload the WDT. The WDT never time out for a normal system. Then, WDT
will time out and reset the system automatically to avoid abnormal operation.
This board supports 2 levels watchdog timer by software programming.
/*----- Include Header Area -----*/
#include "math.h"
#include "stdio.h"
#include "dos.h"
/*----- routing, sub-routing -----*/
void main()
{
printf(" ITE 8718F WatchDog timer tester Ver:0.1 \n");
printf(" Warning: This tools is test only. \n");
outportb(0x2e, 0x87); /* Start initial config port */
outportb(0x2e, 0x01); /* */
outportb(0x2e, 0x); /*
*/
outportb(0x2e, 0x55); /* End of initial Config Port*/
Summary of Contents for EmCORE-i2702
Page 1: ...EmCORE i2702 3 5 Miniboard User s Manual Version 1 0 2010 10 ...
Page 2: ...This page is intentionally left blank ...
Page 5: ... Introduction 1 Chapter 1 Introduction ...
Page 11: ... Introduction 1 10 Board Dimensions ...
Page 13: ... Installation 2 Chapter 2 Installation Chapter 2 Installation ...
Page 15: ... 11 Installation 2 2 Jumpers and Connectors ...
Page 40: ... 36 BIOS 3 Chapter 3 BIOS ...
Page 50: ... 46 BIOS OnChip IDE Device 3 6 Integrated Peripherals ...
Page 57: ... 53 BIOS 3 9 PC Health Status System Temperature 5V CPU Temperature CPU FAN Speed 3 3V ...
Page 66: ... 62 Appendix 4 Chapter 4 Appendix Chapter 4 Appendix ...