abstract.txt

来自「这是单片机C51典型应用设计代码」· 文本 代码 · 共 18 行

TXT
18
字号
Watch Dog Timer Example Program
===============================

This example program shows how to configure PCA Module 4 as a
watchdog timer.  In this example, the watchdog is configured to
'overflow' after 0xFF00 clock cycles.

To test this program...

1. Start the debugger.
2. Run the program.

Each time the watchdog overflows, the message 'PCA Watchdog Timer
will invoke Reset' displays in the command window.  Set breakpoints
in the program and view the PCA Timer and PCA Modules dialogs (from
the Peripherals/Timer menu).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?