I am working with the Philips LPC 2132 and I am using the (interrupt driven) capture registers on timer 0. I notice then when I toggle the pin, it interrupts and in the ISR I clear the interrupt, but when I toggle it a second time, it does not execute the ISR again. The T0IR register appears to be set (as it should), but it does not execute the interrupt. Any suggestions would be appreciated.