I am very new to using MSP430s and am trying to work on two separate projects using it:
1) To take in an input signal from a function generator and calculate the duty cycle, frequency, etc from the signal. I know that to do this I'll have to use a timer and some type of capture, but I'm having a lot of difficulty getting started on it.
2) To use the MSP430 as a function generator itself, to create square waves with a defined duty cycle and frequency. I'm having similar trouble getting started with this one, because I know I'll have to use a timer again, but I'm not sure how to define it to output the signal properly.
I have an MSP430-F2013 and an MSP430-RF2500 that I can work with to program each of these.
Any assistance you can give would be greatly appreciated. Thanks!