Hi, I am writing an I2C application for ambient temperature sensor connected to the Renesas S7G2 -SK board . The application works fine when the RIIC implementation of i2c is configured ( MCU Pin 176 , Port P5_11 for SDA2 signal and MCU Pin 175 ,Port P5_12 for SCL2 signal). I wanted to test the same sensor with the below SCI implementation of I2C with below configuration Port Configured : P1_4 for SCL8_A signal (MCU 128 Pin) P1_5 for SDA8_A signal (MCU 127 Pin) The same working application is used in the above mentioned configuration. But I am getting error and the execution gets hang without entering to the application code. Is there any other configuration required for i2c when using SCI.?
↧