I try to figure out how to measure a frequency approximately 10 MHz using MSP430 -series micro-controller. Of curse, external clock input maximum frequency may be only 8-10 MHz. An external divide-by-two FF could be used to scale down the frequency to approx. 5 MHz, so that's only a minor problem.
The challenge is to configure the system to count number of cycles during a given time period, so that the frequency would be calculated using the processor's oscillator as a reference. Currently I see no such possibility. However, maybe I just can't find it.
Any ideas and/or proposals?