Hello,
I need to add a monitor to an existing I2C bus (Master and Slave 1), to read data from the master/slave.
Can the MSP430G2x13 act as a Slave Monitor (Slave 2), which only receives data on I2C bus, but never responds with ACK?
I read through the user's guide. The I2C module on MSP430G2x13 can be configured as Slave Transmitter or Slave Receiver, but neither of them can act as a "monitor", because both send acknowledge to the master.
- Can the MSP430G2x13 be configured as an I2C Slave Monitor? How? (Fig.1)
- If not, will it work by modifying the SDA wire to single-direction? (Fig.2)