Hello, I must count time between two edge rising on two different input of the microcontroller (LPC2292 Philips). How can I do? Must I use Capture pin and Interrupt or there is a simplest mode?
Thank you
If you want to measure accurately, use the capture pins and registers of the timer systems. That is exactly the kind of thing that they are there for.
ND