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.
Tool/software: TI-RTOS
Dear all,
I have requirement where I need to use same I2C Channel in two different tasks. when i tried to open the I2C Channel which is already opened . I'm getting an error Error intiatlizing I2C(Its an expected error). But i want to use same I2C channel to do communcation with other sensor. Without correct Open of that I2C Channel in the task I'm unable to use I2CTransfer() correctly.
Please help me by providing your valuable suggestion to overcome this problem.
Thanks and Regards,
Yashwanth Kumar
Hi Todd,
Thanks for the solution. I made the I2C Handle as global variable and it worked.
Best regards,
Yashwanth