![Aaeon SBC-556/L Manual Download Page 105](http://html1.mh-extra.com/html/aaeon/sbc-556-l/sbc-556-l_manual_448557105.webp)
Appendix A Watchdog Timer
99
void init_w83977tf_aw_watchdog()
{
short int value;
//Enter W83977 Configure Mode
EnterConfigMode();
//Select Device 7
SelectDevice(7);
//Set Device Active
WriteAData(0x30, 0x01);
//caution:skip this step will be a mistake!!
if (watch_dog_output_GP==12)
{
//Set Register E2 to define GP12
WriteAData(0xE2, 0x0A);
}
else if(watch_dog_output_GP==13)
{
//Set Register E3 to define GP13
WriteAData(0xE3, 0x0A);
}
else if(watch_dog_output_GP==16)
{
//Set Register E6 to define GP16
WriteAData(0xE6, 0x0A);
}
//Select Device 8
SelectDevice(8);
//Set Register F3
//keyboard and mouse interrupt reset Enable
//When Watch-Dog Time-out occurs,Enable POWER LED
output
WriteAData(0xF3, 0x0E
Summary of Contents for SBC-556/L
Page 1: ...SBC 556 L Half size CPU Card with LCD Ethernet SSD ...
Page 16: ...8 SBC 556 L User Manual Card dimensions 185 00 178 00 122 00 98 50 19 50 D4x4 ...
Page 64: ...56 SBC 556 L User Manual Chipset features setup ...
Page 84: ...76 SBC 556 L User Manual ...
Page 101: ...A Watchdog Timer A P P E N D I X ...