I have set-up TimerA0 to count UP/DOWN and set the CCR0 to a terminal count that sets a half period point. (abt 150 in this case)
The pin function for P1.1 for TA0(Out0) and set the outmode for TACCTL0 to Toggle.
The TACTL interrupt is enabled.
I am getting the interrupt as expected and the output at P1.1 is toggling, but it only toggles at the zero points of the counter and not at the terminal point where it transitions from up to down and where there should be an EQU0 event occurring.
Is there something else that need to be set or reset?