Hello
I used NXP S32k Chip,and use the I2c_AsyncTransmit function in the task to start a iic communication.
Normally It works ok. But I use a short circuit SDL and SCL to trigger an IIC error , then restore the circuit to normal.The IIC channel status is always SEND,and never comes to Finish,so IIC communication is always error.
I use I2c_SyncTransmit function,and do the same operation, it will recovery.IIC communication will be ok.