Hello,
I've noticed that when using TI-RTOS I2C driver, occasionally a read transaction may cause the system to stall in the Hwi routine. This this a known bug, which is due to calling USCI_B_I2C_masterSendMultiByteFinish() instead of USCI_B_I2C_masterSendMultiByteFinishWithTimeout() in I2CUSSIB.c.
My question:
- It the related bug (SDOCM00088931) expected to be resolved soon?
- If not, is it recommended I fix I2CUSSIB.c myself and rebuild TI-RTOS?
Thanks,
Boaz