Since my hardware isn't going to be ready until after my software is more or less complete, I need to be able to simulate certain hardware elements.
One of the elements I need to simulate is effectively a 10MHz free running counter. I've looked at the GP timers, and I don't see how I will be able to make such a thing. As I understand it, my system clock is going to be 26MHz, and that's what the GP timers use as their time base. Since the divisors only appear to be 2, 4, 8, and 16, the closest I can get to a free running counter at 10MHz is 26 MHz / 2 = 13 MHz.
Can you make any suggestions (cascading timers, perhaps?) as to how I can get to 10MHz?
Thanks in advance,
Matt Gessner