Dear TI expert,
Now i am using MSP430f1611 design one CanOpen project.
the clock frequency=230400
the timer work in UP mode, the initial TACCR0=23040, the interval is 100ms, The TACCR0 CCIFG interrupt flag is set when the timer counts to the TACCR0 value.next time, i let the TACCR0=23040+0xffff, i want to know the timer how to work. if the timer counts first to 0xffff and then trig interrupt? and then the timer counts return to 0, and then counter to 23039 and then trig the interrupt?
have a nice day!