Hi!
I tried to use the watchdog, but it looks like I can't set a long
timeout or it ignores my kicking.
I am getting a reset right away...
WDTC = 7500000L; // Set for ca. 2 seconds at 60 MHz and devide by 4
WDMOD = 0x03;
while(1)
{
WDFEED = 0xAA; WDFEED = 0x55;
bla.
bla.
etc.
// looptime not more then 10 ms
}
Anyone with a clue?
//HelgeMessage
Watchdog problem
2004-03-23 by Helge Fabricius-Hansen