Other Parts Discussed in Thread: TMP116, SYSBIOS
Tool/software:
Hello,
I was working on a project in which I had to transmit the I2C data received to another board using Easylink API.
I first worked on the example I2C Temperature sensor code and Easylink Rx/Tx Codes given in resource monitor and made some changes.
I2C code is working well ... But I'm finding difficulty in combining both I2C and Tx/Rx codes, Can anyone help me with that...
I have attached the codes that I have modified below.
This is the I2C code i wrote to obtain 12 sensor data's From another MCU and the Code is working well...I have named the sensor data as a,b,c,d,e,f,g,h,i,j,k,l.
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Can anyone point out if there is any mistake done here..
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thank You.