what I'm doing wrong, trying to load TACCR0 and setup capture in up direction with the following,
debugger shows CCR0 is not loading, thanks for your help
TACCTL0 = CM_1 + CCIS_0 + SCS + CAP +CCIE;// rising edge, interrupt enable
TACCTL0 &= ~COV; // reset overflow
TACTL = TASSEL_1 + ID_0 + MC_1 + TACLR; // up mode, ACLK
TA0CCR0 = 0X0FFF; // load CCR0 not working