xmclib/XMCLib/examples/XMC1300_series/WDT/WDT_FEED
2024-10-17 17:09:59 +02:00
..
ARM Init xmclib 2024-10-17 17:09:59 +02:00
main.c Init xmclib 2024-10-17 17:09:59 +02:00
Readme.txt Init xmclib 2024-10-17 17:09:59 +02:00

Description of example project
==============================
This example project depicts usage of WDT driver.

Hardware Setup
===============
XMC1300 Bootkit (No other satellite board required)

How to test the application
============================

The blinky example flashes the leds of the board with a periodic rate.


Watchdog example in which the watchdog needs to be feed every second.
The example feeds the watchdog 25 times (see blinking LED), after that 
the device goes into reset since no more feeding occurs simulating a 
fault (see LED stays on).
 
LED is connected to P0.6