Hello All,
I am using the MSP430F5438A device.
I am looking to replace 3 I2C Slave Devices with 1 MSP430. Initially I thought this would be easy but I cannot figure out (if at all possible) how to let the firmware decide if it will answer a slave address.
It appears that the MSP430 can only have 1 own address and also respond to general calls. This seems to be controlled by the hardware peripheral.
What I would like is that any address on the I2C Bus would be passed to the Interrupt Vector and allow the firmware to sort out if it should reply.
Is this possible? I hope I am just missing something.
Thanks,
TipTop