C2000 I2C communication
2 views (last 30 days)
Show older comments
Hello,
I've been trying to setup I2C communication between two F28069M MCUs and have a problem in receiving more than one byte. This is the TX and RX setup pictures:



And this is what I observe on the bus, both data 4(b0100) and 5(b0101) are avaiable:

The probem is I see only one byte at the RX, athough I use mux/demux but the received byte toggels between 4 and 5.
P.S.: I understand the "Read Date Length" does not have anything to do with the number of byte, but I don't know how I can see more than one byte at the receiver.
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!