86
PCM-6894 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(
inBond 83977 WatchDog Timer Setup Utility
w
Version 1.0 \n? ;
printf(
opyright (c) 2000 AAEON Technology Inc.\n? ;
C
printf(
his version only for W83977 that using GP%d to
T
Reset System.\n? watch_dog_output_GP);
Содержание PCM-6894
Страница 10: ...Appendix A WatchDog Timer 81 Appendix B Optional Extras 89...
Страница 18: ...PCM 6894 8 PCM 6894 User ManualBC 599 596 Locating Jumpers Connectors...
Страница 19: ...Chapter 2 Installation 9 Locating Jumpers Connectors...
Страница 20: ...PCM 6894 1 0 PCM 6894 User ManualBC 599 596 Mechanical Drawing...
Страница 21: ...Chapter 2 Installation 11 Mechanical Drawing...
Страница 82: ...72 PCM 6894 User Manual...
Страница 91: ...Appendix A Watchdog Timer 81 Watchdog Timer A P P E N D I X...
Страница 98: ...88 PCM 6894 User s Manual...
Страница 99: ...Appendix B Optional Extras 89 Optional Extras A P P E N D I X...