GP32 how many ticks in one second @ 133 mhz?


metellius

Still Fresh
Joined
May 24, 2003
Messages
6
Hi

I'm wondering how many ticks there are in one second when the cpu is set to 133 mhz...
here's the code:

GpClockSpeedChange(132000000, 0x24001, 2); /* speed = 133 Mhz */

THanks
 
i actually tried timing it now... i timed 5 minutes on it, and it gave me roughly 1122000 ticks, which equals to 3740 ticks per second... I might be off as much as half a second at the timing, so the +/- ratio could be up to 6 ticks for 5 minutes, and I believe that's quite good enough for me... :)
 
Back
Top