Part Number: MSP430FR2433
MSP is i2c slave.
Host processor is i2c master.
Master needs to perform read / write to the same register address when needed.
My issue is that same slave register address (that is transmitted via i2c by master), cannot be used for both read and write operation.
Please suggest a logic that i can use.
Is there any way to get read / write bit value that comes along with the slave address, so that i can implement a logic reading that bit.