10 years, 1 month ago.

Can the same mbed be at the same time, slave and slave(I2C)?

Hi

I am using just for testing both I2C Ports like this:

I2CSlave slave1(p9, p10);

I2CSlave slave2(p28, p27);

but it seems that the slave isnt acknowledging the slave?

Why?

1 Answer

10 years, 1 month ago.

I2C is always from a master to a slave, not from slave to slave.