Do you have any sample code that shows how to retrieve data via i2c from 2 different device addresses using PPI?
Do you have any sample code that shows how to retrieve data via i2c from 2 different device addresses using PPI?
Sorry. I meant in the same i2c bus, two different instances.
Sorry. I meant in the same i2c bus, two different instances.
You will need two buses. Multi-master is not supported:
This TWIM is only able to operate as a single master on the TWI bus. Multi-master bus configuration is not supported.