Hi ,
example code of i2c is working fine for one time run . but i want to convert code in repetitive mode . i have commented pass () code and defined in I2cMsgOut1.MsgStatus = I2C_MSGSTAT_SEND_WITHSTOP
but interrupt I2C_ARDY_ISRC is generating rather than I2C_SCD_ISRC in next cycle . so pls guide us to what i have to change in setting of i2c initialization for repeating the code. or suggest it is happening due to
some hardware issue.