Hi,
Could someone tell me what is the response time for I/O pin’s rising/falling edge interrupt of MSP430G2302? We have other device communicating with G2302 via interrupts and after driving each interrupt we must revert the signal level in order for the next interrupt to be triggered later. So basically, how long should we wait before we can revert the signal? For example, if we drive a wire from low to high to trigger a rising edge interrupt to G2302, how long do we have to wait before we can drive the wire to low again? Similarly, if we first drive a wire from high to low to trigger a falling edge interrupt, how long do we have to wait before we can drive it high again?
Does it relate to the clock frequency? We might use either DCO clock which is at least 1MHz; on the other hand, in LPM3 we might also use VLO clock which is only 12KHz. How many clock cycles after will G2302 respond to a rising/falling edge, or does it apply any debouncing first?
Matt