Hello team,
Mobis is using the LPI2C module as a slave mode, and recently faced an I2C fault during the vehicle test. So they asked how to re-initialize the LPI2C module only in this failing case. Please let me know if the sequence below is enough or it needs further sequence.
1. Execute the LPI2C_DRV_SlaveDeinit() function
2. After then, execute the LPI2C_DRV_SlaveInit() function.
Can all error flags be cleared by those sequence?
Please let me know if you have another solution to clear the error and to recover from the LPI2C error state.
Best regards,
James