abstract.txt
来自「使用Keil for arm编译环境的LPC21xx的watchdog(看门狗)」· 文本 代码 · 共 16 行
TXT
16 行
The Watchdog project is a simple program for the Philips
LPC2104/2105/2106 microcontroller devices.
This program configures and starts the watchdog timer,
then keeps it reloaded for a short while. It then stops
reloading it to allow the timer to time out and 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 Module (Peripheral Menu, Watchdog)
4. Select Periodic Window Update (View, Periodic Window Update)
5. Run the program (Debug Menu, Go)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?