I have the unenviable task of talking to a really old RTU that is bit banging I2C at approximately 70hz. Yeah, it's old and slow.
I'm struggling with an unexpected I2C issue - the MSP430's I2C port can't run that slow.
I'm using a G2553 and I've assigned P1.6 and P1.7 to I2C duties.
I've configured the USCIB as a slave port.
I've then connected up the Master device to the MSP430.
When the old RTU talks to the MSP430, all the MSP430 does is set the USBBUSY flag occasionally.
What is the slowest speed that the USCIB port will talk as a slave device?