10 years, 6 months ago.

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

Hi

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

I2CSlave slave(p9, p10);

I2C i2c(p28, p27);

but it seems that the slave isnt acknowledging the master?

Why?

Thanks in advance.

That should work yes, please post your code :)

posted by Erik - 06 Nov 2013
Be the first to answer this question.