This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Why is MDR (I2C Master Core) register is not updating ???

I am trying I2C driver below is the code. () The code I'm using from (Software Development Kit\TM4C1294XL Firmware Development Package\examples\peripherals\i2c).

Here, by using       I2CMasterDataPut(I2C0_BASE, pui32DataTx[ui32Index]);  I'm trying to write the data into the MDR(I2C CORE) register but the value is not getting written into the same!!. That's why I'm not able to receive the data  received ACK from the slave also.

Can anyone please suggest me the solution?

0