• watchdog interrupt
    can any one have watchdog interrupt handler for LPC2366. i dont know what to do inside watchdog interrupt handler.Is clearing bss and scratch area in lpc2366 is must?if so how to implement it.Is copying...
  • Fast Interrupts
    hi all, I am testing the working of fast interrupts. I have set the interrupt as CACHED . what is wrong with the following code? void main(void) { uwBank_set = 0; FINT0CSP = 0x8F01; FINT0ADDR...
  • Fast Interruption
    Hello! I have configured PORT 2 to have eight fast interruptions. In Keil I can simulate them because I have created different buttons to simulate fast interruptions define button "ppoAvisoAI...
  • FAST INTERRUPTIONS
    Hello. I am using the Infineon XC167CI Microcontroller and I have a very important doubt about fast interruptions. I want to combine two different inputs to manage the same interruption. I was...
  • Watchdog
    When a watchdog timeout occurs, it could be the result of many causes. The code could be 'out in space' due to a bad pointer corrupting anything it wants to. It could be due to a fault condition that...