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?