??? 10/04/04 18:35 Read: times |
#78713 - RE: MCB900 and LPC932 WDT Responding to: ???'s previous message |
Erik, my WDT program is working fine in normal mode, but I get a time out from the wdt if I include in my program
PCON |= 0x01; // idle mode OR PCON |= 0x02; The wdt register control is WDCON |= 0x05; //start WDT, and select WD oscillator Am I leaving something out? |