Hello, my name is matthew and i'm addicted to the MSP430 Hehehe, i have to first say i love this chip, once it's soldered that is. The compiler is awsome, the BSL is awsome, and TI's sample system is awsome.
I've only been working on MPU's for the past month, and only this one at that, so i'm not all that good at it yet. I do have a few things that might be useful, though. I've made my own I2C interface. It's very addaptable to any chip and the only rule on the pin configuration is that both SCL/SDA are on the same port. It's pretty well documented, at least it shows what it's doing. I have it currently coded with the code for 24LC64 flash chips(i didn't know about the library already made when i made this one) and TMP100/101 temperature sensors(one-off readings only). The library doesn't have a set clock-rate, only a define of the time to wait, so it might have to be played with a little to make it work on slow or very picky IC's. I've also made my own driver for HD44780's, again without knowing about the pre-made libraries. I made it specifically for the DMC20481 device from Optrex, a 20x4 display. The latest thing i've done(or tried to do, since it's not working 100%) is a library of the PC-Keyboard code in the examples package. If anyones interested, please give me a shout. If this is the wrong list, point me to the right one. Thanks, Matthew Peters