|
|||||||||||
Product Information Device Database® Downloads Compliance Testing Distributors |
Peripheral SimulationFor Infineon XC2765X-104F — Watchdog Timer Simulation support for this peripheral or feature is comprised of:
These simulation capabilities are described below. Watchdog Timer Dialog
The Watchdog Timer dialog shows the current state of the on-chip Watchdog Timer. You can change watchdog settings using the controls in this dialog.
By default, the watchdog timer is enabled and starts counting up from 0000h immediately after reset. To service the watchdog timer, your program must execute the SRVWDT instruction. In C, include the intrins.h header file and use the intrinsic function _srvwdt_. For example: #include <INTRINS.H> . . . _srvwdt_ (); /*Service Watchdog Timer */ . . . | ||||||||||
|
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.