I2C Communication Protocol Q&A Collection for Self-Assessment — Part 2
1. What is the basic principle of I2C communication?A: I2C adopts a master-slave communication mechanism. The master device initiates and controls the communication, while the slave device responds to the master’s requests. 2. What are the key features of I2C communication?A: Supports multi-master and multi-slave architecture; requires only two communication lines; supports different transmission rates. … Read more