abstract.txt
来自「这是单片机C51典型应用设计代码」· 文本 代码 · 共 36 行
TXT
36 行
The following program demonstates the required configuration of the programmable counter
array watchdog timer peripheral for the following chips :
Atmel Wireless & uC 80C51RA2
Atmel Wireless & uC 80C51RD2
Atmel Wireless & uC 80C54X2
Atmel Wireless & uC 80C58X2
Atmel Wireless & uC 83/87C51RB2
Atmel Wireless & uC 83/87C51RC2
Atmel Wireless & uC 83/87C51RD2
Atmel Wireless & uC T87C5111
Atmel Wireless & uC T87C5112
Atmel Wireless & uC T89C51AC2
Atmel Wireless & uC T89C51CC01
Atmel Wireless & uC T89C51CC02
Atmel Wireless & uC T89C51IB2
Atmel Wireless & uC T89C51IC2
Atmel Wireless & uC T89C51RB2
Atmel Wireless & uC T89C51RC2
Atmel Wireless & uC T89C51RD2
After configuring the watchdog timer, the program runs a continuous loop to allow the timer to
reset the microcontroller
To run this program...
1. Build the project (Project Menu, Build Target)
2. Start the debugger (Debug Menu, Start/Stop Debug Session)
3. View the Watchdog perioheral (Peripheral Menu, Timer, Watchdog)
4. Select Periodic Window Update (View, Periodic Window Update)
5. Run the program (Debug Menu, Go)
The Debugger will display each reset occurance. A user defined debugger script will
output how many resets have occured.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?