Tool/software: TI-RTOS
Dear TI-Experts,
I have some trouble with the TI-Driver for I2C, I2CMSP432E4.c.
When I send a software reset to a connected device, it not completes I2C communication in a regular way.
In I2CMSP432E4_hwiFxn this gets detected as errStatus == 0x8 (I2C_MASTER_ERR_DATA_ACK). Unfortunately this error does not unlock the semaphore the transfer function is pending on. Thus the whole application cannot work any longer. Could you solve this issue and send me a workaround?
I need a solution very soon, because it is blocking our software release!