Hi All,
I know that the topic of I2C for MSP430 was discussed few times but I would like to ask a short and straight question about it. I started a example project in CCS v5 for I2C receiving. And the question is why when the RX interrupt is triggered first time the transmission is at the stage of receiving 6th bit in 2nd byte? I would like to have this interrupt after each byte received and then decide whether or not to send ACK signal. Maybe the example project doesn't show how to do it? How to control exacly the receiving transmission on I2C bus?