• Watchdog timer interrupt
    hi, I am a beginner on ARM7 coding. Currently i am trying to coding on the watchdog timer (WDT) interrupt with CP-JR ARM7 LPC2368 board. Can anyone give me some guide/documentation regarding the...
  • Watchdog timer interrupt
    hi, I am a beginner on ARM7 coding. Currently i am trying to coding on the watchdog timer (WDT) interrupt with CP-JR ARM7 LPC2368 board. Can anyone give me some guide/documentation regarding the...
  • Watchdog relation and interrupt 0
    Hello, I have a problem when i disable the watchdog // WDTCN = 0x0DE; // WDTCN = 0x0AD; at the begining of the main. I put a breakpoint at the external interrupt 0. It will never go in and...
  • Watchdog relation and interrupt 0
    Hello, I have a problem when i disable the watchdog // WDTCN = 0x0DE; // WDTCN = 0x0AD; at the begining of the main. I put a breakpoint at the external interrupt 0. It will never go in and...
  • LPC2129 Fast Interrupt and Watchdog Happenings
    Hi all, I have an application with LPC2129 where a timer is running in fiq mode and the watchdog is activated. The watchdog is cyclic feeded in a swi exception that is called from the main loop. The...