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.