Hi all.
Using an MSP430, I am not able to figure out a way to make a binary counter with all the outputs available at external pins (3 would be enough) that works at some fixed frequency without the intervention of the software (LPMx) and not using more than two timers.
Of course I know that in software I could just increase the value of an output port, I'm asking for a fully peripheral solution.
Any hints?
Regards.