This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

No time-out in TI-RTOS I2C driver

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