Other Parts Discussed in Thread: HALCOGEN
Tool/software: Code Composer Studio
I'm attempting to interface my TMS570LC4357 to a CAV26C24 via I2C. I followed the I2C example(example_i2cMaster_TX_RX.c) of the HALCoGen(v04.06.00), but I2C does not work.
Can I get relevant examples or advice? I tried the I2C example of the HALCoGen on TMS570LC43 EVM board, I2C waveform does not come out(SDA, SCL) and it's still here "while ((i2c->STR & (uint32)I2C_TX_INT) == 0U)".