GP32 processor ticks


Delsabre

Member
Joined
Aug 6, 2003
Messages
438
Age
36
Location
Florida
Website
nuqlear.com
i am wondering how to count processor ticks. i am creating some assembler routines to replace the multiplication and division functions and i need to know if theyre working. is there a register or something that counts ticks?
 
Don't think so..
But, however..
Perhaps you could use the watchdog counter for that.
But with that, the smallest timestep you could measure is PCLK/16

---
mithris
 
Back
Top