??? 08/13/04 10:48 Read: times Msg Score: +1 +1 Good Answer/Helpful |
#75881 - RE: LPC935 - Problems with Interrupt Responding to: ???'s previous message |
Dear all,
I got the solution for the Problem from Philips. RTC and Watchdog are using the same Interrupt Vektor. You have do disable the Watchdog and then the Interupts are all serviced. Code to add for Watchdog: WDCON = 0x00; WFEED1 = 0x0A5; WFEED2 = 0x05A; |