I am new to TI MSP ;
I am using MSP430 F2013.
I read that f2013 has a timer (called Timer A) with 2 capture/ compare units (called CC0 and CC1 )
Each CC unit has one output (TA0 for CC0 , TA1 for CC1)
Generating output waveform is based on three registers : TAR (timer register where is stored the counts number ;TACCR0 , TACCR1 - two capture/compare register.
It is not clear to me if for each CC unit there are two CC register ; or there are just two CC register at all.
The datasheet lists just two registers, I suppose it is TACCR0 for CC0 and TACCR1 for CC1
The point is that if there are just two registers, i can t use output 0 for generating wave forms in up mode, continuous mode.
So i can not use output 0 at all , just output 1??
(up/down mode is out of discussion because F2013 does not have CC2 unit)