Part Number: MSP430G2955
Hi All,
I have msp430g2955 and I have implemented firmware that work as I2C slave mode with all things works fine like register set and get working fine..
Only issue that I am facing like on long run whitout accessing this slave I notice msp430g2955 take SDA lines low.. So does we have any limitation of USCI module we have that it pull SDA line low and second things that how I can detect such situation.
I can not check UCBBUSY condition because I am slave and master might be calling me so I am not sure like actually using it or not.
Please help me if we have some workaround or solution possible here.