Hello,
I have been able to get my Read and Write functions to work with my eeprom
and I2C without interrupts, but the behavior of the I2C module does not seem to perform
as described in the datasheet. I am reading and writing using polling and not interrupts.
The NACK, ARDY, XRDY, and RRDY bits do not seem to operate as described in the datasheet.
In other words, I have been able to poll other bits to get the functions to work correctly, but the above
bits do not seem to help when reading and writing without interrupts.
I have read the forum posts where some people have polled the NACK and ARDY, but I have not
seen these bits change during my reads and writes at points where it would be helpful in keeping
the functions operating as designed.
Anyone have any idea why my F28335 is acting different than designed?
-Chuck