Examples of using the HAL libraries for using I2C as both master and slave on a single I2C interface, i.e. in a multi-master configuration?
Hi there,I'm trying to implement a multi-master I2C network, where there are several nodes (around 6), any of which can send a message to any other. In other words, all nodes usually acting as slaves, waiting for incoming I2C messages. When any node ...