Hi all,
I am very new to this MSP430 programming. I am working on a project that involves the MSP430F6779 and an external Cat24C256 EEPROM. I have searched for two days now a for a sample code that will help me getting started with EEPROM programming using I2C. I have found the following link which is exactly what I need.
http://www.ti.com/litv/pdf/slaa208a
http://www.ti.com/litv/zip/slaa208a
But the problem is that it was for old MSP430 controllers and the it won't compile obviously and gives errors. I need a similar routine but updated for the newer MSP430F6779 controller. I have downloaded the MSP430WARE and looked at the examples for I2C. I can find the Master-Slave examples but I don't know how to modify it to communicate with the EEPROM. Has someone written a wrapper for EEPROM ? or some alternate routines for I2C eeprom for MSP6779 or any compatible controller?
Here is my hardware configuration. I am using the PM_UCB0SCL and PM_UCB0SDA pins ( P2.5 and P2.6) to communicate with the eeprom and both are pulled up as described in the documentation.