I've found problems to setup the timer B to use the pulse in the TBCLK as the clock source
        
   P4DIR &= ~BIT7;
   P4SEL |= BIT7;
   TBCTL = TBSSEL0 + ID0 + TBCLR;
   TBCTL |= MC0;

It was the code to initialize it !

Am I wrong ?

Thanks for any help
--

Celso Providelo
[email protected]
[email protected]
Linux user #166906
GNUsp Project
LAMI-Laboratories of Microprocessors
Department of Electrical Engineering
University of Sao Paulo (USP - Sao Carlos)


Reply via email to