Hi,
I am working in MSP430F5335 development bord. I am inplementing i2c protocol in this. I have some problems with checking the error condition of SCLLOW. In user guide they would mention the UCSCLLOW bit is set at the time of slave pull the SCL line. I tried to make the scenario manually by connecting two MSP430 board one with i2c implemented code and another board with GPIO pins direction as output and pin status as low i.e.
P1DIR = 0xFF; P1OUT = 0x00;
Can anyone knows how to make Manually clock Stretching. Thanks in advance