Appendix A Watchdog Timer
89
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);
W
}
}
Summary of Contents for SBC-656
Page 1: ...SBC 656 Half Size Celeron CPU Card With LCD Ethernet SSD...
Page 16: ...Chapter 1 General Information 7 Board layout...
Page 17: ...8 SBC 656 User Manual Board dimensions...
Page 21: ...12 SBC 656 User Manual Locating jumpers J4 J5 J3 J2 SW1...
Page 73: ...64 SBC 656 User Manual...
Page 87: ...78 SBC 656 User Manual...
Page 90: ...A Watchdog Timer A P P E N D I X...
Page 99: ...90 SBC 656 User Manual...
Page 103: ...94 SBC 656 User Manual...