We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.