karan wrote:
has anyone implemented bit-banging i2c code for both the master and slave for the msp430s?
there is code for the master in the examples. TI has an application note which features I2C and you'll find the code ported for mspgcc in the examples.
i am working with the olimex kit which has the msp430f449,
slave is a little bit trickier. its doable but almost impossible to meet the specs. it will work for a 10kHz ICL clock, but higher speeds will generate a high load on the CPU, and you can never lock interrupts for a few microseconds.
chris