![Aaeon SBC-556/L Manual Download Page 107](http://html1.mh-extra.com/html/aaeon/sbc-556-l/sbc-556-l_manual_448557107.webp)
Appendix A Watchdog Timer
101
Reset System.\n”,watch_dog_output_GP);
if (argc == 1)
{
printf(“\n Syntax: WATCHDOG [time] \n”);
printf(“ time range : 1 ~ 256 \n\n”);
return ;
}
if (argc > 1)
{
ptr = argv[1];
time_value = atoi(ptr);
}
if (time_value > 0 && time_value < 256)
{
SetWatchDogTime((unsigned char)
time_value);
init_w83977tf_aw_watchdog();
printf(“Watch Dog Timer set up : %d
\n”,time_value);
}
}
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 ...