Resolved! How to do selective read from I2C EEPROM where write cycle followed by read cycle is required with no STOP condition in between?
I'm confused about how to set AUTOEND and other I2C parameters to execute the selective read illustrated in the attached timing diagram. I need to write the address to read from in write mode, then output another START condition right away, then I c...