I have a connection between msp430 with a device by using I2C. The device will send a singal through I2C to msp430 inform the status condition. So i don't wan using polling method to check the signal all the time. Can i know is it can be using interrupt method when signal is send from the device to msp430? The sda and scl port is p3.1 and p3.2. Can i know the concept to making it work by the interrupt method, can explain more detail?