88
SBC-656 User's Manual
//caution:skip this step will be a mistake!!
if (watch_dog_output_GP==12)
{
//Set Register 2A (PIN 57) Bit 7 = 0/1 (KBLOCK/GP12)
//set to GP12 for WD Rst
WriteAData(0x2A,ReadAData(0x2A)|0x80);
}
else if(watch_dog_output_GP==13)
{
//Set Register 2B (PIN 58) Bit 0 = 0/1 (KBLOCK/GP13)
//set to GP13 for WD Rst
WriteAData(0x2B,ReadAData(0x2B)|0x01);
}
else if(watch_dog_output_GP==16)
{
//Set Register 2C (PIN 119) Bit 5-4 = 01 (GP16)
//set to GP16 for WD Rst
WriteAData(0x2C,ReadAData(0x2C)|0x10);
}
//Exit W83977 Configure mode
ExitConfigMode();
}
void main(int argc, char* argv[])
{
int time_value=0;
char *ptr;
printf(
WinBond 83977 WatchDog Timer Setup Utility
W
Version 1.0 \n? ;
printf(
Copyright (c) 2000 AAEON Technology Inc.\n? ;
C
printf(
This version only for W83977 that using GP%d to
T
Reset System.\n? watch_dog_output_GP);
Содержание SBC-656
Страница 1: ...SBC 656 Half Size Celeron CPU Card With LCD Ethernet SSD...
Страница 16: ...Chapter 1 General Information 7 Board layout...
Страница 17: ...8 SBC 656 User Manual Board dimensions...
Страница 21: ...12 SBC 656 User Manual Locating jumpers J4 J5 J3 J2 SW1...
Страница 22: ...Chapter 2 Installation 13 Locating connectors CN11 CN14 PWR1 CN15 CN7 CN10 CN3 CN6 CN8 CN12 CN1 CN2 CN9 CN13...
Страница 73: ...64 SBC 656 User Manual...
Страница 87: ...78 SBC 656 User Manual...
Страница 90: ...A Watchdog Timer A P P E N D I X...
Страница 99: ...90 SBC 656 User Manual...
Страница 103: ...94 SBC 656 User Manual...