This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to implement a counter incrementing at 1MHz clock rate?

Other Parts Discussed in Thread: SYSBIOS

Is there a way to implement couter increment at 1Mhz Clock rate using any DMTimer in AM335x ? I've checked that , DMtimer can be clocked by 24MHz clock which can be further devided by a prescaler 'n' which  further diviedes the by the factor of 2^n. I don't have any provision to provide external clock running at 1MHz. So I was looking for a software only solution in this case. By programming a prescaler of 3 we can get the timer counter increment at 3Mhz. But I require it to increment at 1MHz.