Hi all I want to count the number of pulses falling on a pin using an interrupt. Like, when a 0 to 1 transistion happens, it should service the interrupt. In the interrupt loop, it should have a statement "counter++". Please let me know how to configure i..
↧