I found the problem. The MSP432 was going to this LPM: MAP_Interrupt_enableSleepOnIsrExit(); MAP_PCM_gotoLPM0InterruptSafe(); I changed this to: MAP_PCM_gotoLPM0(); And the I2C Interrupt was working and all the code too.
↧