Hi all,
I have made a couple of MSP430 Tutorials and thought I would share the links here:
ADC tutorial and example code
I did this one awhile ago and just covers the ADC with 3 example codes, multiple channels, multiple reads etc
http://coder-tronics.com/msp430-adc-tutorial/
Timer tutorial and example code
Only posted recently and covers both timers on the MSP430G2253, again with 3 examples PWM, interrupts etc.
http://coder-tronics.com/msp430-timer-tutorial/
Programming tutorial covering the GPIO and peripheral registers
I found this all a little confusing when I started