Dear all,
One customer found a issue on I2C and would sometimes make the IIC dead.
I check the waveform and found some problem.
Looks like one bit transform have some problem and IIC is not reset after transform one byte data(No ACK and IIC dead).
For IIC configuation,
/* Default I2C parameters structure */
const I2C_Params I2C_defaultParams = {
I2C_MODE_BLOCKING, /* transferMode */
NULL, /* transferCallbackFxn */
I2C_100kHz, /* bitRate */
NULL /* custom */
};

