Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years 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