Watchdog
在由单片机构成的微型计算机系统中,由于单片机的工作常常会受到来自外界电磁场的干扰,造成各种寄存器和内存的数据混乱,会导致程序指针错误,不在程序区,取出错误的程序指令等,都有可能会陷入死循环,程序的正常运行被打断,由单片机控制的系统无法继续正常工作,导致整个系统的陷入停滞状态,发生不可预料的后果。
共 54 份资源
Watchdog 全部资料 54 份
PDF文档
Watchdog Timekeeper
Abstract: This application note describes some of the applications that watchdog real-time clocks (R...
PDF文档
3_watchdog
xtern DWORD init_timer(void); extern void enable_timer( BYTE timer_num ); extern void disable_time...