Hi everybody,
I started to study the I2C communication with MSP430F2132 since I would like to make working a LCD display using this protocol (the LCD diplay is NHD-C0216CiZ-FN-FBW-3V from Newhaven display).
What I would like to know is if it's possible to adapt the USI_I2C Library code (basically the Master code) to my specific microC since this library has been made for MSP430F20xx. Does a simple change of the included MSP library in the source will solve it? I checked registers of both microC and they seem to be quite the same but maybe I missed some difference.
If not I guess I have to develop everything by my own? I didn't see other library code for I2C. Both I2C protocol and MSP430's module are still a little bit in the shade to me (is it proper english?) but I understood quite a lot the library code (before noticing that it was for the wrong microC...) and it would be very usefull if I could use it for my tests.
I thanks in advance for any reply and also apologize for my english.
Kind regards,
Antoine