New to programming and MSP430. I'm using an MSP430G2553 on the launch pad. I'm counting pulses on Pin2 P1.0/TA0CLK/ACLK/A0/CA0 and displaying a frequency on and LCD display. But I would like to count two different pulses. And because the chip has two timers, I thought I could do that, but I don't see TA1CLK on this chip. I do see TA1CLK on the 28 pin version of this chip Pin21 P3.7/TA1CLK/CAOUT. An I correct that there is no way to use the second timer TA1 to count pulses? If that's the case I'll have to move off the launch pad onto something else. Note: If I had to timers counting, the two timers would often be counting the same signal with some nano second delay. I don't need to measure the delay, I just need to independent hardware counters like I assume TA0CLK and TA1CLK would be. Any thought would be appreciated.
Thanks