Other Parts Discussed in Thread: HALCOGEN, , TMP112
it is getting in void i2cSendByte(i2cBASE_t *i2c, uint8 byte) while ((i2c->STR & (uint32)I2C_TX_INT) == 0U) { } /* Wait */ even with and without interrupt selected.
PINMUX i2c checked and unchecked also.
External 10K Pullup resisitors are connected.
Tried 100Khz and 400kHz i2c baud rate still not working.
If anybody has working code kindly share it.