Part Number: MSP430F5438A
Other Parts Discussed in Thread: UCD90120A,
Hi,
I am using one of the I2C from MSP430F5438A and on the same I2C line power sequencers (UCD90120A) are connected which are programmed through USB adapter using Fusion power designer tool.
We are using one external header to program power sequencers from fusion power designer tool separately.
And both MSP430F5438A and external header are connected to one switch which is used to decide whether to access I2C from MSP430F5438A or from External header to program UCDs.
We are controlling switch via one gpio from Msp430F5438A.
if that GPIO = 1 then msp430f5438a can access I2C line (external header can't) if same GPIO = 0 then the external header can access I2C (MSP430F5438A can't) to program UCD90120A via USB adapter
So as of now value of GPIO is deciding whether to access I2C from MSP430F5438A or from USB adapter through Fusion design tool.
So my question is, Is it possible to implement multi-master mechanism from MSP430F5438A ??