Hello,customer uses the TM4C1290NPDT uses the I2C in master mode (stop bit interrupt interrupt, data interrupt, timeout interrupt enabled). He want to receive 256byte but has problem to receive the last byte. The stop bit interrupt come before the last data interrupt, so this is the end of the transmission and so the last data byte is not received.
What could be the reason for this behaviour?
Do we have an I2C master example with enabled stop bit interrupt?
Regards, Holger