Other Parts Discussed in Thread: CC2538
Hi,
in order to poll if an external EEPROM has completed it's write cycle i just have to send the EEPROM's address without any data. Once the EEPROM has completed it's write cycle, it will respond with an ACK. How can this be performed with the CC2538 (which acts as the I2C master)? I have to
- Send a start condition
- Just send the EEPROMS address
- NOT send any DATA
- See if there is an ACK or not
Regards
Ulf