Hi. We are using the Hercules board RM48L952ZWT with the TI HalCoGen Master source code example. We have connected to I2C bus 2 slaves. The question is, when we try to send a read or write byte (even only 1 byte), it is always getting stuck in the example code endless loop. Is there more configuration in HalCoGen that needs to be done?
while(i2cIsStopDetected(i2cREG1) == 0);
why is this the case when there is no other traffic on the I2C bus (we are just running a test). Thank you.