Appendix A Programming the watchdog timer
A.1 Programming the Watchdog Timer
The
A.1.1 Watchdog timer overview
The watchdog timer is
•Can be enabled and disabled by user's program.
•Timer can be set from 1 to 255 seconds or 1 to 255 minutes.
•Generates an interrupt or resets signal if the software fails to reset the timer after
A.1.2 Reset/ Interrupt selection
The J2 jumper is used to select reset or interrupt (IRQ 11) in the event the watchdog timer is tripped. See Chapter 1 for detailed jumper settings.
""
"(""
A.1.3 Programming the Watchdog Timer
The I/O port address of the watchdog timer is 2E(hex) and 2F(hex). 2E (hex) is the address port. 2F(hex) is the data port.
You must first assign the address of register by writing address value into address port 2E(hex), then write/read data to/from the assigned register through data port 2F (hex).
| 94 |