Other Parts Discussed in Thread: MSP430F2274, SIMPLICITI
Hi, I am trying to run the i2c demos for msp430f2274 in msp430x22x4_uscib0_i2c_06. and msp430x22x4_uscib0_i2c_07.c from http://www.ti.com/lit/zip/slac123 (master tx single bytes and slave rx single bytes). I have connected two ez430s together on the i2c bus as master and slave. The master is connected to the computer for debugging. I use the master ez430 for VCC (3.6V from usb) and GND. However, while debugging the master gets stuck on
while (UCB0CTL1 & UCTXSTP); // Ensure stop condition got sent
I measured SDA and SCL with logic analyzer but there are no changes. SDA stays at 2.6V (not 3.6) and SCL stays low despite the pullup resistors. What could be the problem? Thanks.