Part Number: MSP430I2031
Hello there,
We are developing a metering module for I2C communication using MSP430i2031.
The basic code generated through "Energy Measurement Design" is the UART communication method, and we have modified it and changed it to the I2C slave method.
However, it often happens that the master MCU cannot respond to the request.
When we checked, it seemed that the I2C interrupt did not work properly while the ADC interrupt (SD24) was running.
So, in the basic code, it seems to have been solved by blocking interrupts except for I2C for a while before sending data to I2C.
Is there any other way other than this?
That is, is there a way to use an I2C slave without an INT out?
Thank you

