Other Parts Discussed in Thread: TMDSRM48HDK, RM48L952, HALCOGEN
Hello
Recently I am debugging the communication of I2C, and the CPU is TMS570LS3137PGE. I set the transmission as master, and I set the receive as slave. The puopose What I want to do is tranfering the master data to the slave .
If the master is in FDF(free data format) mode,and the slave is also in FDF mode, they can communicate normally. The code is following
master:
Initialize register of MDR
slave:
And also I set the master in FDF mode, and the slave is in no-FDF mode, they also can communicate normally.
But I set the master in no-FDF mode, and the slave are also in no-FDF mode, they cannot communicate. Why? How did I amend the code to communicate normallyin this mode, thank you in advance.

