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.

MSP430FR6972: the question about TimerA1's TA1R

Part Number: MSP430FR6972

Hi sir,

I feel uncertain  how long  the TAIR will start to count when I set "TA1CTL = TASSEL__ACLK | MC__UP;"  and   how long the TA1R will stop counting when I set "TA1CTL = TASSEL__ACLK | MC__STOP".

for example 

TA1CTL = TASSEL__ACLK | MC__STOP;
temp =TA1R;
TA1CTL = TASSEL__ACLK | MC__UP;

Did the TimerA1 be stoped and TA1R be stoped counting when I read TA1R?

Did the TA1R start to count right now when  I set TimerA to start ?

how long time will wait in the above two cases?

**Attention** This is a public forum