Hello,
i want to use the MSP430 as I2C slave, but the problem is the fixed own adress. We use a protocol, which uses the adress byte also for commands.
Control (Bit7-Bit4)
Adress(Bit3-Bit1)
The MSP430 only generates an interrupt if the received adress is equal to the own adress.(or 0x00). Have I the possibilty to react on every received byte?
Thanks.