This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2538 I2C - how do i just send the slave address without data?

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