这是ST的STA2065 CPU芯片自带的watchdog模块
1. sta2065 watchdog controller介绍:
Watchdog Timer (WDT) provides a way of recovering from software crashes.
The watchdog clock is used to generate a regular interrupt (WDOGINT), depending on a programmed value.
The watchdog monitors the interrupt and asserts a reset signal (WDOGRES) if the interrupt remains unserviced for the entire programmed period.
You can enable or disable the watchdog unit as required.
2. WDTLOAD, 重新加载的值设置:
3. 输出信号: interrupt + reset 两个信号
4. 寄存器介绍:
Watchdog Load Register (WDT_LR) --- 重新加载的倒数值
Watchdog Control Register (WDT_CR) --- 控制寄存器,使能reset +interrrupt 输出信号
等等,主要就这两个重要。
602

被折叠的 条评论
为什么被折叠?



