Hi,
I am trying to write code that detects error conditions in the I2C interface when the slave is not responding. Please point me to where I can find the specific example code that the MSP430F552x function as a master I2C and detect the slave who did not generate ACK.
I set the UCTXNACK and expecting an UCNACKIFG interrupt flag and I was expecting that the response would come throught the USCI_B0_ISR vector 4, NACKIFG but nothing happend.
Thanks you in advanced,
Sy