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: Code Composer Studio
Hello,
I am using TMS320F280041 controller in my project.
Actually i want to communicate with MSP430FR2153 Controller to TMS320F280041 through I2C Communication.
In this case MSP Controller is always Master Transmitter and TMS320F280041 is always slave receiver.
Can you suggest a simple code to configure TMS320F280041 as a always slave receiver Read data from MSP Controller.???
Regards,
Bharat
Hi Bharat,
Please download the C2000Ware if you haven't done already.
http://www.ti.com/tool/C2000WARE
It provides a set of libraries and examples.
There is no I2C Slave configuration example for F28004x.
But I would start with
C2000ware\driverlib\f2838x\examples\c28x\i2c\i2c_ex3_external_loopback
Take the I2C slave related code and use it for F28004x.
Hope it helps.
Regards,
Sudharsanan