Hi guys,
I am currently looking into implementing a simple I2C slave on an MSP430M1232P. I am going to use the slave for testing an I2C bus that I implemented on another microcontroller. All I want the slave to do is send an acknowledge when the it is addressed and store a byte that is receives.
Since my version of the MSP has no I2C hardware I am trying to “bit-bang” it. It has turned out to be more complicated than I expected (I don’t really have much experience with the MSP430 series).
I have seen alot of examples for a masters, but no slaves. I also checked out TI’s site and had no luck (maybe I missed something…). So does anyone have a good bit-bang I2C slave example (C would be the best) that I could compile in Code Composer?
Thanks,
John H