Hello,
I am using MSP430F1612 microcontroller. In master mode I am trying to send the slave address and the data. When I2C is idle both SDA and SCL lines are high. When I2C starts the communication ie when start command is given start condition ie SDA high to low trasition is happening and clock remains high. After this the slave address is not coming on SDA line that is SDA line remains low and the clock remains high. What may be the reason for this type of behaviour and what may be the solution?