Hello,
I'm using MSP430F2616 and found it as best option for my project. ADC, DAC, UART and all other peripherals working fine with micro controller. I tried to interfaced FM24CL16B FRAM with MSP430F2616 on I2C bus (only single slave & single master on bus). For slave address i passed "0xA0" (1010 0000) it does not acknowledged, but when i passed "0x50" it acknowledged and working fine for read and write without any problem.
any one experienced this type of problem with MSP430F I2C?
Is there any problem with MSP430F2616 or FM24CL16B?