I am using my MSP430G2231 Timer A to create a PWM. I'm using IAR and programming in assembler.
At first I used P1.5 as the output (so I could view the output with my scope). P1.5 allows you to set the output to TA0.0. This, unfortunately didn't work. I changed the output to P1.2 which allows you to set the output to TA0.1 which does work.
So, I have the PWM working, but my question is:
What is the difference between TA0.0 and TA0.1??
None of the documentation (user guide, application notes by Bierl, or Spec sheet) say anything about it!
Thanks for the help,
Joanna