Dear
I am trying to communicate with a temperature IC using the I2C of TRK-KEA8, the slave address of the temperature IC is 0x4C,
but the code generated by Components-DGP_LDD can only send 0x98,
I have tried the following three methods but they were all ineffective:
1. Changing the I2C_LLD setting in Components Inspector to 0x4C or 76, did not work.

2. Adding the SelectSlaveDevice instruction in the program, did not work.

3. Directly modifying the values inside CI2C1_Init() initialization, did not work.

Are there any other methods or have I misunderstood or missed anything?
Thank you for your time.