Hi all I'm using an arm 7 series microcontroller(AT91SAM7S256) for my experiment. I'm going to calculate running time of my code, but I cannot use SWI related functions(like time()), so I'm interested in using microcontroller's internal timer for calculating running time. Is there anybody who could help me for this problem?
Regards