This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430 - How to know which pin triggered interrupt

Say more than one pins of the same port are enabled to trigger an interrupt. When an ISR for that port is fired, is there a way to find which pin fired the ISR?

I tried reading the pin in the ISR to figure it out, but the input signals are too short that by the time it enters the ISR, the pin is no longer high (positive edge triggered).

Any suggestion?

**Attention** This is a public forum