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.

Delay before all I2C_transfers

Other Parts Discussed in Thread: MSP430F5528

Hello,

I'm using the TI-RTOS v2.12 on an MSP430F5528 and am trying to optimize the I2C functionality. If I don't use the TI-RTOS I can create transactions on the I2C peripheral with practically no delay between transactions. However, when I use the TI-RTOS there is about a 250us delay before every I2C transaction. 

I've tried using both blocking and callback modes with the driver, but the delay is always present. I set the TI-RTOS to non-instrumented mode, which helped as the delay with instrumentation was almost 500us.

Any idea's how to remove this delay?

Best regards,

Blair