This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430F2012: PWM from port P2.6

Part Number: MSP430F2012

Is it possible to get a PWM signal from port P2.6 on the MSP430F2012, it does list TA1 on this port.  Have no issues setting up PWM on ports P1.2 or P1.6.  If you can do PWM from port P2.6 what are the commands to do this.  Below is what I have setup for P1.6, how would this change if you can set PWM up on P2.6.

WDTCTL = WDTPW | WDTHOLD;

P1DIR |= BIT6;

P1SEL |= BIT6;

TACCR0 = 100;

TACCTL1 = OUTMOD_7;

TACCR1 = 1;

TACTL = TASSEL_2 + MC_1;

**Attention** This is a public forum