fordp:
What do you want to use the I2C for Master, Slave, Multi Master ?
Both, the LPC is going between the current master and slave.
Master → LPC Slave [Serial connection with PC to talk to Master] LPC Master → Slave
In the first step I would like to talk to the master so the LPC works as a slave.
I’m also not sure if they use a valid communication because it looks like a 10-bit address, where the address indicates wheter to read or to write, also I don’t understand how to detect the start of the data.
I also have an other question, can the slave initiate the communication to pull data from the master or does the master always send a packet “do you want to read data from me” and if the slave has to set the ACK?