I am working on the I2C master mode and I2C slave mode using edma and interrupt method on K64F MCU.
I connect two k64F devices to test the I2C mode for master and slave.
The master I2C us used the edma to read 5 bytes data on slave address 0x50, subaddress 0x01.
Question 1:
The slave responds the 5 bytes data are 0xF0, 0xF0, 0xF0, 0xF0, and 0xF0.
In fact, the real dates are 0xF0, 0xF0, 0xF0, 0xF0 and 0xB0
It seems the Bit 6 is set as Low Bit on the last bytes and the wave form is shown as below,
Question 2:
Why does the wave form issue plus High signal that mark is read?
Thanks
