Hello,
on our board we have two devices connected to the same I2C. CC1310 is the master for both of them. For power saving reasons, we have the need to separate and control them using two different I2C busses. The problem is that CC1310 has just one I2C.
Is there a way to reconfigure dinamically the pin in order to move the I2C peripheral and simulate two peripherals. This would be a good thing for us, because we don't must access frequently to these sensors and we could keep them power off for big time. The poblem we are seeing is that even if we power off one device, the I2C signals keep it on the same.
Thanks in advance, Andrea Sironi.